public class AuthorizationException
extends java.lang.IllegalStateException
Constructor and Description |
---|
AuthorizationException()
Constructs an exception with no message
|
AuthorizationException(java.lang.String message)
Constructs an exception with the given message
|
AuthorizationException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with the given message
|
public AuthorizationException()
public AuthorizationException(java.lang.String message)
message
- The messagepublic AuthorizationException(java.lang.String message, java.lang.Throwable cause)
message
- The messagecause
- The cause of the exception