public SQLException getSQLException(String message, String sqlState, int errCode)(Code)
creates SQLException initialized with all the params received from the
caller. This method will be overwritten to support jdbc version specific
exception class.
notImplemented
public static SQLException notImplemented(String feature)(Code)