public class AuthorizationException extends RuntimeException
| Constructor and Description |
|---|
AuthorizationException() |
AuthorizationException(String message)
Constructs an
AuthorizationException with the specified detail
message. |
AuthorizationException(String message,
Throwable cause) |
AuthorizationException(Throwable cause)
Constructs an
AuthorizationException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthorizationException()
public AuthorizationException(String message)
AuthorizationException with the specified detail
message.message - the detail message.public AuthorizationException(Throwable cause)
AuthorizationException with the specified cause.cause - the causeCopyright © 2019 The Apache Software Foundation. All Rights Reserved.