springs.agent
Class MethodCallException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--springs.util.SpringsException
                    |
                    +--springs.agent.MethodCallException
All Implemented Interfaces:
java.io.Serializable

public class MethodCallException
extends SpringsException

An exception that indicates that a method of the agent cannot be invoked.

Author:
Sergio Ilarri Artigas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class springs.util.SpringsException
PRINT_NESTED_EXCEPTIONS, PRINT_ONLY_NESTED_EXCEPTIONS
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MethodCallException()
           
MethodCallException(java.lang.String msg)
           
MethodCallException(java.lang.String mensaje, java.lang.Throwable t)
           
MethodCallException(java.lang.Throwable t)
           
 
Methods inherited from class springs.util.SpringsException
getMessage, getNestedException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodCallException

public MethodCallException()

MethodCallException

public MethodCallException(java.lang.String msg)

MethodCallException

public MethodCallException(java.lang.Throwable t)

MethodCallException

public MethodCallException(java.lang.String mensaje,
                           java.lang.Throwable t)