类 MissingParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
- 所有已实现的接口:
Serializable
RuntimeException
thrown when an endpoint invocation does not contain required
parameters.- 从以下版本开始:
- 2.0.0
- 作者:
- Madhura Bhave, Phillip Webb
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the parameters that were missing.从类继承的方法 org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
getReason
-
构造器详细资料
-
MissingParametersException
-
-
方法详细资料
-
getMissingParameters
Returns the parameters that were missing.- 返回:
- the parameters
-