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, toString
public 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 © 2017 The Apache Software Foundation. All rights reserved.