public class HandlerMethodInvocationException extends NestedRuntimeException
| Constructor and Description |
|---|
HandlerMethodInvocationException(java.lang.reflect.Method handlerMethod,
java.lang.Throwable cause)
Create a new HandlerMethodInvocationException for the given Method handle and cause.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic HandlerMethodInvocationException(java.lang.reflect.Method handlerMethod,
java.lang.Throwable cause)
handlerMethod - the handler method handlecause - the cause of the invocation failure