public class DynamicMethodInvocationException
extends java.lang.RuntimeException
MethodInvoker
.
The exception should be caused by a failed invocation of a method, it
shouldn't be used to wrap an exception thrown by successfully invoked method.Constructor and Description |
---|
DynamicMethodInvocationException(java.lang.String message,
java.lang.Throwable cause) |
DynamicMethodInvocationException(java.lang.Throwable cause) |