Class QueryException

All Implemented Interfaces:
Serializable

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

    • QueryException

      public QueryException()
    • QueryException

      public QueryException​(String message)
    • QueryException

      public QueryException​(String message, Throwable cause)
    • QueryException

      public QueryException​(Throwable cause)