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, toString
public LdapActivationException(String msg)
LdapActivationException
with the supplied
String
.msg
- String
public LdapActivationException(Exception e)
LdapActivationException
with the supplied
Exception
.e
- Exception
Copyright © 2016. All rights reserved.