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