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:
- Serializable
public class AuthorizationException
- extends NamingException
AuthorizationException is thrown when an attempt to authorize a
user fails.
- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
AuthorizationException
public AuthorizationException()
- Default constructor.
AuthorizationException
public AuthorizationException(String msg)
- This creates a new
AuthorizationException with the supplied
String.
- Parameters:
msg - String
Copyright © 2003-2010 Virginia Tech. All Rights Reserved.