public class AttributeQueryException extends RuntimeException
Constructor and Description |
---|
AttributeQueryException()
Instantiates 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 and
Throwable . |
AttributeQueryException(Throwable throwable)
Instantiates a new AttributeQuery exception with the provided
Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttributeQueryException()
public AttributeQueryException(String message)
message
- the messagepublic AttributeQueryException(String message, Throwable throwable)
Throwable
.message
- the messagethrowable
- the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.