Uses of Class
org.h2.jdbc.JdbcSQLException

Packages that use JdbcSQLException
org.h2.message Trace (logging facility) and error message tool. 
 

Uses of JdbcSQLException in org.h2.message
 

Methods in org.h2.message that return JdbcSQLException
static JdbcSQLException Message.getInvalidValueException(java.lang.String value, java.lang.String param)
          Gets a SQL exception meaning this value is invalid.
static JdbcSQLException Message.getSQLException(int errorCode)
          Gets the SQL exception object for a specific error code.
static JdbcSQLException Message.getSQLException(int errorCode, java.lang.String... params)
          Gets the SQL exception object for a specific error code.
static JdbcSQLException Message.getSQLException(int errorCode, java.lang.String p1)
          Gets the SQL exception object for a specific error code.
static JdbcSQLException Message.getSQLException(int errorCode, java.lang.Throwable cause, java.lang.String... params)
          Gets the SQL exception object for a specific error code.
static JdbcSQLException Message.getUnsupportedException(java.lang.String message)
          Gets a SQL exception meaning this feature is not supported.