SQLWarning.@Deprecated
public class FBSQLWarning
extends java.sql.SQLWarning
GDSException instance that is
warning.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SQL_STATE_WARNING
Deprecated.
|
| Constructor and Description |
|---|
FBSQLWarning(GDSException original)
Deprecated.
Create instance of this class.
|
FBSQLWarning(java.lang.String message)
Deprecated.
Create instance of this class for the specified message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Deprecated.
Get error code for this warning.
|
java.lang.Exception |
getInternalException()
Deprecated.
|
java.lang.String |
getSQLState()
Deprecated.
|
void |
printStackTrace(java.io.PrintStream s)
Deprecated.
|
void |
printStackTrace(java.io.PrintWriter s)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic static final java.lang.String SQL_STATE_WARNING
public FBSQLWarning(GDSException original)
original - instance of GDSException that is
warningjava.lang.IllegalArgumentException - if original.isWarning()
returns false).public FBSQLWarning(java.lang.String message)
message - message for this warning.public int getErrorCode()
getErrorCode in class java.sql.SQLExceptionpublic java.lang.String getSQLState()
getSQLState in class java.sql.SQLExceptionpublic java.lang.Exception getInternalException()
public void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.ThrowableCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.