public class AuthorizationException extends NamingException
AuthorizationException
is thrown when an attempt to authorize a
user fails.remainingName, resolvedName, resolvedObj, rootException
Constructor and Description |
---|
AuthorizationException()
Default constructor.
|
AuthorizationException(String msg)
This creates a new
AuthorizationException with the supplied
String . |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AuthorizationException()
public AuthorizationException(String msg)
AuthorizationException
with the supplied
String
.msg
- String
Copyright © 2016. All rights reserved.