org.firebirdsql.jdbc
Class FBSQLWarning
SQLWarning
org.firebirdsql.jdbc.FBSQLWarning
public class FBSQLWarning
extends SQLWarning
This class is a wrapper for
GDSException
instance that is
warning.
SQL_STATE_WARNING
public static final String SQL_STATE_WARNING
FBSQLWarning
public FBSQLWarning(String message)
Create instance of this class for the specified message.
message
- message for this warning.
FBSQLWarning
public FBSQLWarning(GDSException original)
Create instance of this class.
getErrorCode
public int getErrorCode()
Get error code for this warning.
- error code for this warning.
getInternalException
public Exception getInternalException()
getMessage
public String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
public void printStackTrace(PrintWriter s)
Copyright B) 2001 David Jencks and other authors. All rights reserved.