public class SQLExceptionFactory40 extends SQLExceptionFactory
| Constructor and Description |
|---|
SQLExceptionFactory40() |
| Modifier and Type | Method and Description |
|---|---|
SQLException |
getSQLException(String message,
String sqlState,
int errCode)
creates jdbc4.0 SQLException and its subclass based on sql state
|
notImplementedpublic SQLException getSQLException(String message, String sqlState, int errCode)
getSQLException in class SQLExceptionFactorymessage - description of thesqlState - errCode - derby error codeCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.