Package edu.vt.middleware.ldap.pool
Class PoolInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.vt.middleware.ldap.pool.LdapPoolException
-
- edu.vt.middleware.ldap.pool.PoolInterruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PoolInterruptedException extends LdapPoolException
PoolInterruptedException
is thrown when a pool thread is unexpectedly interrupted while blocking.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PoolInterruptedException(java.lang.Exception e)
This creates a newPoolInterruptedException
with the suppliedException
.PoolInterruptedException(java.lang.String msg)
This creates a newPoolInterruptedException
with the suppliedString
.PoolInterruptedException(java.lang.String msg, java.lang.Exception e)
This creates a newPoolInterruptedException
with the suppliedString
andException
.
-
-
-
Constructor Detail
-
PoolInterruptedException
public PoolInterruptedException(java.lang.String msg)
This creates a newPoolInterruptedException
with the suppliedString
.- Parameters:
msg
-String
-
PoolInterruptedException
public PoolInterruptedException(java.lang.Exception e)
This creates a newPoolInterruptedException
with the suppliedException
.- Parameters:
e
-Exception
-
PoolInterruptedException
public PoolInterruptedException(java.lang.String msg, java.lang.Exception e)
This creates a newPoolInterruptedException
with the suppliedString
andException
.- Parameters:
msg
-String
e
-Exception
-
-