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, toString
public 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.SQLException
public java.lang.String getSQLState()
getSQLState
in class java.sql.SQLException
public java.lang.Exception getInternalException()
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.