public class BlockingTimeoutException extends PoolException
ConnectionPool.getConnection()
.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
public BlockingTimeoutException(String msg)
msg
- describing this exceptionpublic BlockingTimeoutException(Exception e)
e
- pooling specific exceptionCopyright © 2023. All rights reserved.