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