edu.vt.middleware.ldap.pool
public class PoolInterruptedException extends LdapPoolException
PoolInterruptedException is thrown when a pool thread is
unexpectedly interrupted while blocking.| Constructor and Description |
|---|
PoolInterruptedException(java.lang.Exception e)
This creates a new
PoolInterruptedException with the supplied
Exception. |
PoolInterruptedException(java.lang.String msg)
This creates a new
PoolInterruptedException with the supplied
String. |
PoolInterruptedException(java.lang.String msg,
java.lang.Exception e)
This creates a new
PoolInterruptedException with the supplied
String and Exception. |
public PoolInterruptedException(java.lang.String msg)
PoolInterruptedException with the supplied
String.msg - Stringpublic PoolInterruptedException(java.lang.Exception e)
PoolInterruptedException with the supplied
Exception.e - Exceptionpublic PoolInterruptedException(java.lang.String msg,
java.lang.Exception e)
PoolInterruptedException with the supplied
String and Exception.msg - Stringe - ExceptionCopyright © 2014. All Rights Reserved.