public class UnauthorizedException extends AuthorizationException
Constructor and Description |
---|
UnauthorizedException()
Creates a new UnauthorizedException.
|
UnauthorizedException(String message)
Constructs a new UnauthorizedException.
|
UnauthorizedException(String message,
Throwable cause)
Constructs a new UnauthorizedException.
|
UnauthorizedException(Throwable cause)
Constructs a new UnauthorizedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnauthorizedException()
public UnauthorizedException(String message)
message
- the reason for the exceptionpublic UnauthorizedException(Throwable cause)
cause
- the underlying Throwable that caused this exception to be thrown.public UnauthorizedException(String message, Throwable cause)
message
- the reason for the exceptioncause
- the underlying Throwable that caused this exception to be thrown.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.