Package edu.vt.middleware.ldap.pool
Class LdapPoolExhaustedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.vt.middleware.ldap.pool.LdapPoolException
-
- edu.vt.middleware.ldap.pool.LdapPoolExhaustedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LdapPoolExhaustedException extends LdapPoolException
LdapPoolExhaustedException
is thrown when the pool is empty and no need requests can be serviced.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapPoolExhaustedException(java.lang.Exception e)
This creates a newLdapPoolExhaustedException
with the suppliedException
.LdapPoolExhaustedException(java.lang.String msg)
This creates a newLdapPoolExhaustedException
with the suppliedString
.LdapPoolExhaustedException(java.lang.String msg, java.lang.Exception e)
This creates a newLdapPoolExhaustedException
with the suppliedString
andException
.
-
-
-
Constructor Detail
-
LdapPoolExhaustedException
public LdapPoolExhaustedException(java.lang.String msg)
This creates a newLdapPoolExhaustedException
with the suppliedString
.- Parameters:
msg
-String
-
LdapPoolExhaustedException
public LdapPoolExhaustedException(java.lang.Exception e)
This creates a newLdapPoolExhaustedException
with the suppliedException
.- Parameters:
e
-Exception
-
LdapPoolExhaustedException
public LdapPoolExhaustedException(java.lang.String msg, java.lang.Exception e)
This creates a newLdapPoolExhaustedException
with the suppliedString
andException
.- Parameters:
msg
-String
e
-Exception
-
-