public class BlockingTimeoutException extends PoolException
ConnectionPool.getConnection()
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
serialVersionUID.
|
Constructor and Description |
---|
BlockingTimeoutException(Exception e)
Creates a new blocking timeout exception.
|
BlockingTimeoutException(String msg)
Creates a new blocking timeout exception.
|
BlockingTimeoutException(String msg,
Exception e)
Creates a new blocking timeout 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 BlockingTimeoutException(String msg)
msg
- describing this exceptionpublic BlockingTimeoutException(Exception e)
e
- pooling specific exceptionCopyright © 2003-2019 Virginia Tech. All Rights Reserved.