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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private 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.