Class AttributeQueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codice.ddf.security.claims.attributequery.common.AttributeQueryException
All Implemented Interfaces:
Serializable

public class AttributeQueryException extends RuntimeException
See Also:
  • Constructor Details

    • AttributeQueryException

      public AttributeQueryException()
      Instantiates a new AttributeQuery exception.
    • AttributeQueryException

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

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

      public AttributeQueryException(Throwable throwable)
      Instantiates a new AttributeQuery exception with the provided Throwable.
      Parameters:
      throwable - the throwable