public class PoolInterruptedException extends LdapPoolException
PoolInterruptedException is thrown when a pool thread is
unexpectedly interrupted while blocking.| Constructor and Description |
|---|
PoolInterruptedException(Exception e)
This creates a new
PoolInterruptedException with the supplied
Exception. |
PoolInterruptedException(String msg)
This creates a new
PoolInterruptedException with the supplied
String. |
PoolInterruptedException(String msg,
Exception e)
This creates a new
PoolInterruptedException with the supplied
String and Exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PoolInterruptedException(String msg)
PoolInterruptedException with the supplied
String.msg - Stringpublic PoolInterruptedException(Exception e)
PoolInterruptedException with the supplied
Exception.e - ExceptionCopyright © 2014. All rights reserved.