Class PolicyContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.security.jacc.PolicyContextException
All Implemented Interfaces:
Serializable

public class PolicyContextException extends Exception
This checked exception is thrown by implementations of the PolicyConfiguration Interface, the PolicyConfigurationFactory abstract class, the PolicyContext utility class, and implementations of the PolicyContextException Interface.

This exception is used by jakarta.security.jacc implementation classes to rethrow checked exceptions occurring within an implementation that are not declared by the interface or class being implemented.

Author:
Ron Monzillo, Gary Ellison
See Also: