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
- String
public LdapActivationException(java.lang.Exception e)
LdapActivationException
with the supplied
Exception
.e
- Exception
public LdapActivationException(java.lang.String msg, java.lang.Exception e)
LdapActivationException
with the supplied
String
and Exception
.msg
- String
e
- Exception
Copyright © 2014. All Rights Reserved.