Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends HazelcastException
Exception class for the Query.
See Also:
  • Constructor Details

    • QueryException

      public QueryException()
    • QueryException

      public QueryException(String message)
    • QueryException

      public QueryException(String message, Throwable cause)
    • QueryException

      public QueryException(Throwable cause)