Package com.j_spaces.core.client.sql
Class SQLQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.j_spaces.core.client.sql.SQLQueryException
- All Implemented Interfaces:
Serializable
SQLQueryException is thrown when space operation with
For example illegal SQL syntax, semantic error.
SQLQuery fails.For example illegal SQL syntax, semantic error.
- Since:
- 6.5
- Author:
- anna
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSQLQueryException(String message) SQLQueryException(String message, Throwable cause) SQLQueryException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SQLQueryException
public SQLQueryException() -
SQLQueryException
-
SQLQueryException
-
SQLQueryException
-