public class MethodInvocationException
extends java.lang.RuntimeException
MethodTransition if the target method couldn't be invoked
or threw an exception.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MethodInvocationException(java.lang.reflect.Method method,
java.lang.Throwable cause)
Creates a new instance for the specified
Method and
Throwable. |
private static final long serialVersionUID