| java.lang.Object net.sf.hajdbc.util.SQLExceptionFactory
SQLExceptionFactory | final public class SQLExceptionFactory (Code) | | author: Paul Ferraro |
createSQLException | public static SQLException createSQLException(String message, Throwable cause)(Code) | | Helper method for missing SQLException(String, Throwable) constructor in Java < 1.6
Parameters: message - the description of the exception Parameters: cause - the exception to wrap an SQLException wrapping the given cause |
createSQLException | public static SQLException createSQLException(Throwable cause)(Code) | | Helper method for missing SQLException(Throwable) constructor in Java < 1.6
Parameters: cause - the exception to wrap an SQLException wrapping the given cause |
|
|