org.firebirdsql.jdbc
Class FBResultSetNotUpdatableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.firebirdsql.jdbc.FBSQLException
                  extended by 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

Field Summary
 
Fields inherited from class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_COMM_LINK_FAILURE, SQL_STATE_CONNECTION_CLOSED, SQL_STATE_CONNECTION_FAILURE, SQL_STATE_CONNECTION_FAILURE_IN_TX, SQL_STATE_GENERAL_ERROR, SQL_STATE_INVALID_ARG_VALUE, SQL_STATE_INVALID_COLUMN, SQL_STATE_INVALID_CONN_ATTR, SQL_STATE_INVALID_CONVERSION, SQL_STATE_INVALID_OPTION_IDENTIFIER, SQL_STATE_INVALID_PARAM_TYPE, SQL_STATE_INVALID_STATEMENT_ID, SQL_STATE_INVALID_TX_STATE, SQL_STATE_NO_RESULT_SET, SQL_STATE_NO_ROW_AVAIL, SQL_STATE_WRONG_PARAM_NUM
 
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

FBResultSetNotUpdatableException

public FBResultSetNotUpdatableException()
Create default instance of this class.


FBResultSetNotUpdatableException

public FBResultSetNotUpdatableException(java.lang.String message)
Create instance of this class for the specified message.

Parameters:
message - message to display.


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.