edu.vt.middleware.ldap.auth
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by 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

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
AuthorizationException()
          Default constructor.
AuthorizationException(String msg)
          This creates a new AuthorizationException with the supplied String.
 
Method Summary
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.