类 InvalidEndpointRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- 所有已实现的接口:
Serializable
Indicate that an endpoint request is invalid.
- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll
- 另请参阅:
-
构造器概要
构造器构造器说明InvalidEndpointRequestException
(String message, String reason) InvalidEndpointRequestException
(String message, String reason, Throwable cause) -
方法概要
-
构造器详细资料
-
InvalidEndpointRequestException
-
InvalidEndpointRequestException
-
-
方法详细资料
-
getReason
Return the reason explaining why the request is invalid, potentiallynull
.- 返回:
- the reason for the failure
-