public class PoolExhaustedException extends PoolException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
serialVersionUID.
|
| 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, setStackTraceprivate static final long serialVersionUID
public PoolExhaustedException(String msg)
msg - describing this exceptionpublic PoolExhaustedException(Exception e)
e - pooling specific exceptionCopyright © 2003-2019 Virginia Tech. All Rights Reserved.