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