Class SQLQueryException

All Implemented Interfaces:
Serializable

public class SQLQueryException extends RuntimeException
SQLQueryException is thrown when space operation with SQLQuery fails.
For example illegal SQL syntax, semantic error.
Since:
6.5
Author:
anna
See Also:
  • Constructor Details

    • SQLQueryException

      public SQLQueryException()
    • SQLQueryException

      public SQLQueryException(String message)
    • SQLQueryException

      public SQLQueryException(Throwable cause)
    • SQLQueryException

      public SQLQueryException(String message, Throwable cause)