|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.firebirdsql.jdbc.FBSQLException
org.firebirdsql.jdbc.FBResultSetNotUpdatableException
public class FBResultSetNotUpdatableException
Exception is thrown when trying to modify the non-updatable result set.
Field Summary |
---|
Constructor Summary | |
---|---|
FBResultSetNotUpdatableException()
Create default instance of this class. |
|
FBResultSetNotUpdatableException(java.lang.String message)
Create instance of this class for the specified message. |
Method Summary |
---|
Methods inherited from class org.firebirdsql.jdbc.FBSQLException |
---|
defaultSQLStateIfNull, getInternalException |
Methods inherited from class java.sql.SQLException |
---|
getErrorCode, getNextException, getSQLState, iterator, setNextException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FBResultSetNotUpdatableException()
public FBResultSetNotUpdatableException(java.lang.String message)
message
- message to display.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |