Class MethodInvocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.transition.MethodInvocationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MethodInvocationException extends java.lang.RuntimeExceptionThrown byMethodTransitionif the target method couldn't be invoked or threw an exception.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description MethodInvocationException(java.lang.reflect.Method method, java.lang.Throwable cause)Creates a new instance for the specifiedMethodandThrowable.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-