com.ca.jcs.util
Class LdapNotActivatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.ConfigurationException
                  extended by org.apache.directory.shared.ldap.exception.LdapConfigurationException
                      extended by com.ca.jcs.util.LdapNotActivatedException
All Implemented Interfaces:
Serializable, LdapException

public class LdapNotActivatedException
extends LdapConfigurationException

Thrown when connector is left in an unusable state and needs to be forcibly deactivated, for instance when no valid credentials for connecting to the endpoint are available.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
LdapNotActivatedException(String explanation)
           
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.exception.LdapConfigurationException
getResultCode
 
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

LdapNotActivatedException

public LdapNotActivatedException(String explanation)


Created 2011-07-14 13:27 EST