Package org.restheart.exchange
Class QueryVariableNotBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.restheart.exchange.QueryVariableNotBoundException
- All Implemented Interfaces:
Serializable
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryVariableNotBoundException(String message) QueryVariableNotBoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryVariableNotBoundException
public QueryVariableNotBoundException() -
QueryVariableNotBoundException
- Parameters:
message-
-
QueryVariableNotBoundException
- Parameters:
message-cause-
-