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
- String
public PoolInterruptedException(java.lang.Exception e)
PoolInterruptedException
with the supplied
Exception
.e
- Exception
public PoolInterruptedException(java.lang.String msg, java.lang.Exception e)
PoolInterruptedException
with the supplied
String
and Exception
.msg
- String
e
- Exception
Copyright © 2014. All Rights Reserved.