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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HandlerMethodInvocationException(Method handlerMethod, Throwable cause)
handlerMethod
- the handler method handlecause
- the cause of the invocation failure