Class FBResultSetNotUpdatableException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class FBResultSetNotUpdatableException extends SQLNonTransientException
Exception is thrown when trying to modify the non-updatable result set.
See Also:
  • 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.