org.firebirdsql.jdbc

Class FBResultSetNotUpdatableException


public class FBResultSetNotUpdatableException
extends FBSQLException

Exception is thrown when trying to modify the non-updatable result set.

Field Summary

Fields inherited from class org.firebirdsql.jdbc.FBSQLException

SQL_STATE_COMM_LINK_FAILURE, SQL_STATE_CONNECTION_CLOSED, 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_PARAM_TYPE, 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(String message)
Create instance of this class for the specified message.

Method Summary

Methods inherited from class org.firebirdsql.jdbc.FBSQLException

getErrorCode, getInternalException, getMessage, printStackTrace, printStackTrace, printStackTrace

Constructor Details

FBResultSetNotUpdatableException

public FBResultSetNotUpdatableException()
Create default instance of this class.

FBResultSetNotUpdatableException

public FBResultSetNotUpdatableException(String message)
Create instance of this class for the specified message.
Parameters:
message - message to display.

Copyright B) 2001 David Jencks and other authors. All rights reserved.