Serializablepublic class ForbiddenException extends ClientErrorException
forbidden
 by the server.| Constructor | Description | 
|---|---|
| ForbiddenException() | Construct a new "forbidden" exception. | 
| ForbiddenException(String message) | Construct a new "forbidden" exception. | 
| ForbiddenException(String message,
                  Throwable cause) | Construct a new "forbidden" exception. | 
| ForbiddenException(String message,
                  Response response) | Construct a new "forbidden" exception. | 
| ForbiddenException(String message,
                  Response response,
                  Throwable cause) | Construct a new "forbidden" exception. | 
| ForbiddenException(Throwable cause) | Construct a new "forbidden" exception. | 
| ForbiddenException(Response response) | Construct a new "forbidden" exception. | 
| ForbiddenException(Response response,
                  Throwable cause) | Construct a new "forbidden" exception. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringgetResponsepublic ForbiddenException()
public ForbiddenException(String message)
message - the detail message (which is saved for later retrieval
                by the Throwable.getMessage() method).public ForbiddenException(Response response)
response - error response.IllegalArgumentException - in case the status code set in the response
                                  is not HTTP 403.public ForbiddenException(String message, Response response)
message - the detail message (which is saved for later retrieval
                 by the Throwable.getMessage() method).response - error response.IllegalArgumentException - in case the status code set in the response
                                  is not HTTP 403.public ForbiddenException(Throwable cause)
cause - the underlying cause of the exception.public ForbiddenException(String message, Throwable cause)
message - the detail message (which is saved for later retrieval
                by the Throwable.getMessage() method).cause - the underlying cause of the exception.public ForbiddenException(Response response, Throwable cause)
response - error response.cause - the underlying cause of the exception.IllegalArgumentException - in case the status code set in the response
                                  is not HTTP 403.public ForbiddenException(String message, Response response, Throwable cause)
message - the detail message (which is saved for later retrieval
                 by the Throwable.getMessage() method).response - error response.cause - the underlying cause of the exception.IllegalArgumentException - in case the status code set in the response
                                  is not HTTP 403.Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.