edu.vt.middleware.ldap.pool
public class LdapActivationException extends LdapPoolException
LdapActivationException is thrown when an attempt to activate a
ldap object fails. See LdapFactory.activate(T).| Constructor and Description |
|---|
LdapActivationException(java.lang.Exception e)
This creates a new
LdapActivationException with the supplied
Exception. |
LdapActivationException(java.lang.String msg)
This creates a new
LdapActivationException with the supplied
String. |
LdapActivationException(java.lang.String msg,
java.lang.Exception e)
This creates a new
LdapActivationException with the supplied
String and Exception. |
public LdapActivationException(java.lang.String msg)
LdapActivationException with the supplied
String.msg - Stringpublic LdapActivationException(java.lang.Exception e)
LdapActivationException with the supplied
Exception.e - Exceptionpublic LdapActivationException(java.lang.String msg,
java.lang.Exception e)
LdapActivationException with the supplied
String and Exception.msg - Stringe - ExceptionCopyright © 2014. All Rights Reserved.