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(Exception e)
This creates a new
LdapActivationException with the supplied
Exception. |
LdapActivationException(String msg)
This creates a new
LdapActivationException with the supplied
String. |
LdapActivationException(String msg,
Exception e)
This creates a new
LdapActivationException with the supplied
String and Exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapActivationException(String msg)
LdapActivationException with the supplied
String.msg - Stringpublic LdapActivationException(Exception e)
LdapActivationException with the supplied
Exception.e - ExceptionCopyright © 2014. All rights reserved.