Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends RuntimeException
Query execution specific exception.
Author:
ic 2011.12.04
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String sMessage)
      Construct an instance of QueryException.
      Parameters:
      sMessage - detail message
    • QueryException

      public QueryException(String sMessage, Throwable cause)
      Construct an instance of QueryException.
      Parameters:
      sMessage - detail message
      cause - the cause
    • QueryException

      public QueryException(Throwable cause)
      Construct an instance of QueryException.
      Parameters:
      cause - the cause