Package com.yahoo.restapi
Class RestApiException.InternalServerError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.restapi.RestApiException
com.yahoo.restapi.RestApiException.InternalServerError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RestApiException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yahoo.restapi.RestApiException
RestApiException.BadRequest, RestApiException.Conflict, RestApiException.Forbidden, RestApiException.GatewayTimeout, RestApiException.InternalServerError, RestApiException.MethodNotAllowed, RestApiException.NotFound, RestApiException.Unauthorized
-
Constructor Summary
ConstructorDescriptionInternalServerError
(String message) InternalServerError
(String message, Throwable cause) InternalServerError
(Throwable cause) -
Method Summary
Methods inherited from class com.yahoo.restapi.RestApiException
response, statusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalServerError
-
InternalServerError
-
InternalServerError
-