Package com.yahoo.restapi
Class RestApiException.Forbidden
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.restapi.RestApiException
com.yahoo.restapi.RestApiException.Forbidden
- 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
-
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
-
Forbidden
public Forbidden() -
Forbidden
-
Forbidden
-