Class QueryException

All Implemented Interfaces:
Serializable, ExceptionInfo

public class QueryException extends StoreException
Exception indicating that a query timeout occurred.
Since:
2.0.0
See Also:
  • Constructor Details

    • QueryException

      public QueryException(Object failed)
    • QueryException

      public QueryException(Object failed, int timeout)
  • Method Details