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