Package org.firebirdsql.jdbc
Class FBResultSetNotUpdatableException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.sql.SQLException
- 
- org.firebirdsql.jdbc.FBSQLException
- 
- org.firebirdsql.jdbc.FBResultSetNotUpdatableException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Iterable<java.lang.Throwable>
 
 public class FBResultSetNotUpdatableException extends FBSQLException Exception is thrown when trying to modify the non-updatable result set.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description 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.FBSQLExceptiondefaultSQLStateIfNull, getInternalException
 - 
Methods inherited from class java.sql.SQLExceptiongetErrorCode, getNextException, getSQLState, iterator, setNextException
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FBResultSetNotUpdatableExceptionpublic FBResultSetNotUpdatableException() Create default instance of this class.
 - 
FBResultSetNotUpdatableExceptionpublic FBResultSetNotUpdatableException(java.lang.String message) Create instance of this class for the specified message.- Parameters:
- message- message to display.
 
 
- 
 
-