|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.sql.SQLException | +--org.firebirdsql.jdbc.FBSQLException | +--org.firebirdsql.jdbc.FBDriverConsistencyCheckException
Internal driver consistency check failed. This exception is thrown when some internal consistency check fails.
Constructor Summary | |
FBDriverConsistencyCheckException(java.lang.String message)
Create instance of this exception for the specified message. |
Methods inherited from class org.firebirdsql.jdbc.FBSQLException |
getErrorCode, getInternalException, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.sql.SQLException |
getNextException, getSQLState, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FBDriverConsistencyCheckException(java.lang.String message)
message
- message to display.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |