Class PdpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.security.pdp.realm.xacml.processor.PdpException
All Implemented Interfaces:
Serializable

public class PdpException extends Exception
Exception thrown by the DDF implementation of the XACML PDP.
See Also:
  • Constructor Details

    • PdpException

      public PdpException()
      Instantiates a new PDP exception.
    • PdpException

      public PdpException(String message)
      Instantiates a new PDP exception with the provided message.
      Parameters:
      message - the message
    • PdpException

      public PdpException(String message, Throwable throwable)
      Instantiates a new PDP exception with the provided message and Throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • PdpException

      public PdpException(Throwable throwable)
      Instantiates a newPDP exception with the provided Throwable.
      Parameters:
      throwable - the throwable