public class SQLExceptionFactory
extends java.lang.Object
Constructor and Description |
---|
SQLExceptionFactory() |
Modifier and Type | Method and Description |
---|---|
java.sql.SQLException |
getSQLException(java.lang.String message,
java.lang.String sqlState,
int errCode)
creates SQLException initialized with all the params received from the
caller.
|
static java.sql.SQLException |
notImplemented(java.lang.String feature) |
public static java.sql.SQLException notImplemented(java.lang.String feature)
public java.sql.SQLException getSQLException(java.lang.String message, java.lang.String sqlState, int errCode)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.