public class FBSQLExceptionInfo
extends java.sql.SQLException
FbExceptionBuilder.toFlatSQLException()
.
Instances of this exception have an empty stack trace.
Objects of this type are chained using the SQLException.setNextException(java.sql.SQLException)
facility. Further information can be obtained by iterating over this object, or by using SQLException.getNextException()
.
Constructor and Description |
---|
FBSQLExceptionInfo(java.lang.String reason,
java.lang.String SQLState,
int vendorCode) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.