public class ExternalPolicyObjectException extends PolicyStoreException
| Constructor and Description |
|---|
ExternalPolicyObjectException()
The empty constructor
|
ExternalPolicyObjectException(java.lang.String msg)
The constructor takes the message
|
ExternalPolicyObjectException(java.lang.String msg, java.lang.Throwable cause)
The constructor takes the message and the cause
|
ExternalPolicyObjectException(java.lang.Throwable cause)
The constructor takes the cause
|
getBundleType, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getParameterspublic ExternalPolicyObjectException()
public ExternalPolicyObjectException(java.lang.String msg)
msg - the message
public ExternalPolicyObjectException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the causepublic ExternalPolicyObjectException(java.lang.Throwable cause)
cause - the cause