Class PdpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.security.pdp.realm.xacml.processor.PdpException
- All Implemented Interfaces:
Serializable
Exception thrown by the DDF implementation of the XACML PDP.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new PDP exception.PdpException(String message) Instantiates a new PDP exception with the provided message.PdpException(String message, Throwable throwable) Instantiates a new PDP exception with the provided message andThrowable.PdpException(Throwable throwable) Instantiates a newPDP exception with the providedThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdpException
public PdpException()Instantiates a new PDP exception. -
PdpException
Instantiates a new PDP exception with the provided message.- Parameters:
message- the message
-
PdpException
Instantiates a new PDP exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
PdpException
Instantiates a newPDP exception with the providedThrowable.- Parameters:
throwable- the throwable
-