Package edu.vt.middleware.ldap.pool
Class LdapPoolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.vt.middleware.ldap.pool.LdapPoolException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BlockingTimeoutException
,LdapActivationException
,LdapPoolExhaustedException
,LdapValidationException
,PoolInterruptedException
public class LdapPoolException extends java.lang.Exception
LdapPoolException
is the base exception thrown when a pool operation fails.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapPoolException(java.lang.Exception e)
This creates a newLdapPoolException
with the suppliedException
.LdapPoolException(java.lang.String msg)
This creates a newLdapPoolException
with the suppliedString
.LdapPoolException(java.lang.String msg, java.lang.Exception e)
This creates a newLdapPoolException
with the suppliedString
andException
.
-
-
-
Constructor Detail
-
LdapPoolException
public LdapPoolException(java.lang.String msg)
This creates a newLdapPoolException
with the suppliedString
.- Parameters:
msg
-String
-
LdapPoolException
public LdapPoolException(java.lang.Exception e)
This creates a newLdapPoolException
with the suppliedException
.- Parameters:
e
-Exception
-
LdapPoolException
public LdapPoolException(java.lang.String msg, java.lang.Exception e)
This creates a newLdapPoolException
with the suppliedString
andException
.- Parameters:
msg
-String
e
-Exception
-
-