PolicyExceptionpublic class PolicyException extends Exception This is a base exception class and thrown when there is an error in the policy processing |
Constructors Summary |
---|
public PolicyException(String message)
super(message);
| public PolicyException(String message, Throwable cause)
super(message, cause);
| public PolicyException(Throwable cause)
super(cause);
|
|