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, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AuthorizationException()
public AuthorizationException(String msg)
AuthorizationException with the supplied
String.msg - StringCopyright © 2014. All rights reserved.