HandlerMethod-based MVC infrastructure@Deprecated public class HandlerMethodInvocationException extends NestedRuntimeException
| Constructor and Description |
|---|
HandlerMethodInvocationException(Method handlerMethod,
Throwable cause)
Deprecated.
Create a new HandlerMethodInvocationException for the given Method handle and cause.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HandlerMethodInvocationException(Method handlerMethod, Throwable cause)
handlerMethod - the handler method handlecause - the cause of the invocation failure