Class 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
- All Implemented Interfaces:
Serializable
RuntimeException thrown when an endpoint invocation does not contain required
parameters.- Since:
- 2.0.0
- Author:
- Madhura Bhave, Phillip Webb
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parameters that were missing.Methods inherited from class InvalidEndpointRequestException
getReasonMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingParametersException
-
-
Method Details
-
getMissingParameters
Returns the parameters that were missing.- Returns:
- the parameters
-