public class ForbiddenException extends ServiceResponseException
| Constructor and Description |
|---|
ForbiddenException(String message)
Instantiates a new Forbidden Exception.
|
ForbiddenException(String message,
Throwable cause)
Instantiates a new Forbidden Exception.
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ForbiddenException(String message, Throwable cause)
message - the error messagecause - the causepublic ForbiddenException(String message)
message - the error messageCopyright © 2015. All rights reserved.