public class PolicyContextException extends Exception
PolicyConfiguration
Interface, the PolicyConfigurationFactory
abstract class, the
PolicyContext
utility class, and implementations of the
PolicyContextException
Interface.
This exception is used by javax.security.jacc implementation classes to rethrow checked exceptions occurring within an implementation that are not declared by the interface or class being implemented.
Exception
,
PolicyConfiguration
,
PolicyConfigurationFactory
,
PolicyContext
,
PolicyContextHandler
,
Serialized FormConstructor and Description |
---|
PolicyContextException()
Constructs a new PolicyContextException with
null as its detail message. |
PolicyContextException(String message)
Constructs a new PolicyContextException with the specified detail message
|
PolicyContextException(String message,
Throwable cause)
Constructs a new PolicyContextException with the specified detail message and cause.
|
PolicyContextException(Throwable cause)
Constructs a new PolicyContextException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PolicyContextException()
null
as its detail message. describing the cause of the
exception.public PolicyContextException(String message)
message
- - a String
containing a detail message describing the cause of the exception.public PolicyContextException(String message, Throwable cause)
message
- - A String
containing a detail message describing the cause of the exception.cause
- - The Throwable that is "causing" this exception to be constructed. A null value is permitted, and the
value passed through this parameter may subsequently be retrieved by calling getCause()
on the
constructed exception.public PolicyContextException(Throwable cause)
cause
- - the Throwable that is "causing" this exception to be constructed. A null value is permitted, and the
value passed through this parameter may subsequently be retrieved by calling getCause()
on the
constructed exception.Comments to: jacc-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.