Package edu.vt.middleware.ldap.pool
Class LdapActivationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.vt.middleware.ldap.pool.LdapPoolException
-
- edu.vt.middleware.ldap.pool.LdapActivationException
-
- All Implemented Interfaces:
java.io.Serializable
public class LdapActivationException extends LdapPoolException
LdapActivationException
is thrown when an attempt to activate a ldap object fails. SeeLdapFactory.activate(T)
.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapActivationException(java.lang.Exception e)
This creates a newLdapActivationException
with the suppliedException
.LdapActivationException(java.lang.String msg)
This creates a newLdapActivationException
with the suppliedString
.LdapActivationException(java.lang.String msg, java.lang.Exception e)
This creates a newLdapActivationException
with the suppliedString
andException
.
-
-
-
Constructor Detail
-
LdapActivationException
public LdapActivationException(java.lang.String msg)
This creates a newLdapActivationException
with the suppliedString
.- Parameters:
msg
-String
-
LdapActivationException
public LdapActivationException(java.lang.Exception e)
This creates a newLdapActivationException
with the suppliedException
.- Parameters:
e
-Exception
-
LdapActivationException
public LdapActivationException(java.lang.String msg, java.lang.Exception e)
This creates a newLdapActivationException
with the suppliedString
andException
.- Parameters:
msg
-String
e
-Exception
-
-