Class QueryVariableNotBoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.restheart.exchange.QueryVariableNotBoundException
All Implemented Interfaces:
Serializable

public class QueryVariableNotBoundException extends Exception
Author:
Andrea Di Cesare <andrea@softinstigate.com>
See Also:
  • Constructor Details

    • QueryVariableNotBoundException

      public QueryVariableNotBoundException()
    • QueryVariableNotBoundException

      public QueryVariableNotBoundException(String message)
      Parameters:
      message -
    • QueryVariableNotBoundException

      public QueryVariableNotBoundException(String message, Throwable cause)
      Parameters:
      message -
      cause -