new NoRouteToHostException(
"A test java.net.NoRouteToHostException"), //$NON-NLS-1$
SQLStates.CONNECTION_EXCEPTION_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION);
testCreateThrowable(new NullPointerException("A test NPE"), //$NON-NLS-1$
SQLStates.DEFAULT);
testCreateThrowable(new ProcedureErrorInstructionException(
"A test SQL Procedure Error exception"), //$NON-NLS-1$
SQLStates.VIRTUAL_PROCEDURE_ERROR);
testCreateThrowable(new SocketTimeoutException(
"A test socket timeout exception"), //$NON-NLS-1$
SQLStates.CONNECTION_EXCEPTION_STALE_CONNECTION);