Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends RepositoryException
Query related repository exception.
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String message)
    • QueryException

      public QueryException(Throwable cause)
    • QueryException

      public QueryException(String message, Throwable cause)
  • Method Details