public class SQLExceptionFactory extends Object
| Constructor and Description |
|---|
SQLExceptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
SQLException |
getSQLException(String message,
String sqlState,
int errCode)
creates SQLException initialized with all the params received from the
caller.
|
static SQLException |
notImplemented(String feature) |
public static SQLException notImplemented(String feature)
public SQLException getSQLException(String message, String sqlState, int errCode)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.