public class PoolInterruptedException extends PoolException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
serialVersionUID.
|
Constructor and Description |
---|
PoolInterruptedException(Exception e)
Creates a new pool interrupted exception.
|
PoolInterruptedException(String msg)
Creates a new pool interrupted exception.
|
PoolInterruptedException(String msg,
Exception e)
Creates a new pool interrupted exception.
|
getControl, getControls, getMatchedDn, getMessageId, getReferralURLs, getResultCode, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private static final long serialVersionUID
public PoolInterruptedException(String msg)
msg
- describing this exceptionpublic PoolInterruptedException(Exception e)
e
- pooling specific exceptionCopyright © 2003-2019 Virginia Tech. All Rights Reserved.