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, toStringpublic 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.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.