public class PoolExhaustedException extends PoolException
| Constructor and Description |
|---|
PoolExhaustedException(Exception e)
Creates a new pool exhausted exception.
|
PoolExhaustedException(String msg)
Creates a new pool exhausted exception.
|
PoolExhaustedException(String msg,
Exception e)
Creates a new pool exhausted exception.
|
getControl, getControls, getMatchedDn, getMessageId, getReferralURLs, getResultCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PoolExhaustedException(String msg)
msg - describing this exceptionpublic PoolExhaustedException(Exception e)
e - pooling specific exceptionCopyright © 2023. All rights reserved.