Package edu.vt.middleware.ldap.auth
Class AuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.naming.NamingException
-
- edu.vt.middleware.ldap.auth.AuthorizationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthorizationException extends javax.naming.NamingException
AuthorizationException
is thrown when an attempt to authorize a user fails.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException()
Default constructor.AuthorizationException(java.lang.String msg)
This creates a newAuthorizationException
with the suppliedString
.
-
Method Summary
-
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
-
-