com.ca.jcs.util
Class LdapNotActivatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ConfigurationException
org.apache.directory.shared.ldap.exception.LdapConfigurationException
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
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapNotActivatedException
public LdapNotActivatedException(String explanation)
Created 2011-07-14 13:27 EST