public class PoolExhaustedException extends PoolException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
serialVersionUID.
|
| Constructor and Description |
|---|
PoolExhaustedException(java.lang.Exception e)
Creates a new pool exhausted exception.
|
PoolExhaustedException(java.lang.String msg)
Creates a new pool exhausted exception.
|
PoolExhaustedException(java.lang.String msg,
java.lang.Exception e)
Creates a new pool exhausted exception.
|
getControl, getControls, getMatchedDn, getMessageId, getReferralURLs, getResultCode, toStringprivate static final long serialVersionUID
public PoolExhaustedException(java.lang.String msg)
msg - describing this exceptionpublic PoolExhaustedException(java.lang.Exception e)
e - pooling specific exceptionpublic PoolExhaustedException(java.lang.String msg,
java.lang.Exception e)
msg - describing this exceptione - pooling specific exception