public class UnauthorizedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnauthorizedException()
Creates a new UnauthorizedException.
|
UnauthorizedException(java.lang.String message)
Constructs a new UnauthorizedException.
|
UnauthorizedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new UnauthorizedException.
|
UnauthorizedException(java.lang.Throwable cause)
Constructs a new UnauthorizedException.
|
public UnauthorizedException()
public UnauthorizedException(java.lang.String message)
message - the reason for the exceptionpublic UnauthorizedException(java.lang.Throwable cause)
cause - the underlying Throwable that caused this exception to be
thrown.public UnauthorizedException(java.lang.String message,
java.lang.Throwable cause)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be
thrown.