类 InvalidEndpointRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
所有已实现的接口:
Serializable
直接已知子类:
MissingParametersException, ParameterMappingException

public class InvalidEndpointRequestException extends RuntimeException
Indicate that an endpoint request is invalid.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll
另请参阅:
  • 构造器详细资料

    • InvalidEndpointRequestException

      public InvalidEndpointRequestException(String message, String reason)
    • InvalidEndpointRequestException

      public InvalidEndpointRequestException(String message, String reason, Throwable cause)
  • 方法详细资料

    • getReason

      public String getReason()
      Return the reason explaining why the request is invalid, potentially null.
      返回:
      the reason for the failure