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.ExceptionLdapPoolExceptionis 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 newLdapPoolExceptionwith the suppliedException.LdapPoolException(java.lang.String msg)This creates a newLdapPoolExceptionwith the suppliedString.LdapPoolException(java.lang.String msg, java.lang.Exception e)This creates a newLdapPoolExceptionwith the suppliedStringandException.
-
-
-
Constructor Detail
-
LdapPoolException
public LdapPoolException(java.lang.String msg)
This creates a newLdapPoolExceptionwith the suppliedString.- Parameters:
msg-String
-
LdapPoolException
public LdapPoolException(java.lang.Exception e)
This creates a newLdapPoolExceptionwith the suppliedException.- Parameters:
e-Exception
-
LdapPoolException
public LdapPoolException(java.lang.String msg, java.lang.Exception e)This creates a newLdapPoolExceptionwith the suppliedStringandException.- Parameters:
msg-Stringe-Exception
-
-