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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new AttributeQuery exception.AttributeQueryException(String message) Instantiates a new AttributeQuery exception with the provided message.AttributeQueryException(String message, Throwable throwable) Instantiates a new AttributeQuery exception with the provided message andThrowable.AttributeQueryException(Throwable throwable) Instantiates a new AttributeQuery 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
-
AttributeQueryException
public AttributeQueryException()Instantiates a new AttributeQuery exception. -
AttributeQueryException
Instantiates a new AttributeQuery exception with the provided message.- Parameters:
message- the message
-
AttributeQueryException
Instantiates a new AttributeQuery exception with the provided message andThrowable.- Parameters:
message- the messagethrowable- the throwable
-
AttributeQueryException
Instantiates a new AttributeQuery exception with the providedThrowable.- Parameters:
throwable- the throwable
-