public class UnauthorizedException extends RequestException
| Constructor and Description |
|---|
UnauthorizedException()
Constructs a new exception
|
UnauthorizedException(String message)
Constructs a new exception with a detail message
|
UnauthorizedException(String message,
Throwable cause)
Constructs a new exception with a specified detail message and cause
|
UnauthorizedException(Throwable cause)
Constructs a new exception with a specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedException()
Exception.Exception()public UnauthorizedException(String message)
message - the detail messageException.Exception(String)public UnauthorizedException(Throwable cause)
cause - the causeException.Exception(Throwable)public UnauthorizedException(String message, Throwable cause)
message - the detail messagecause - the causeException.Exception(String, Throwable)