| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.web.bind.annotation.support.HandlerMethodInvocationException | ||||
Exception indicating that the execution of an annotated MVC handler method failed.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new HandlerMethodInvocationException for the given Method handle and cause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||||||||||||||||||||||||
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Create a new HandlerMethodInvocationException for the given Method handle and cause.
| handlerMethod | the handler method handle |
|---|---|
| cause | the cause of the invocation failure |
