* For SIGNAL and RESIGNAL
* @see HsqlException#HsqlException(Throwable,String, String, int)
* @return an <code>HsqlException</code>
*/
public static HsqlException error(String message, String sqlState, int i) {
return new HsqlException(null, message, sqlState, i);
}