Class CursorException

All Implemented Interfaces:
Serializable

public class CursorException extends DataAPIException
Represents an exception that occurs when there is an error related to a database cursor. This exception extends DataAPIException and provides additional context about the state of the cursor when the error occurred.
See Also:
  • Constructor Details

    • CursorException

      public CursorException(String errorMessage, String state)
      Constructs a new CursorException with the specified error message and cursor state.
      Parameters:
      errorMessage - a descriptive error message
      state - the state of the cursor at the time of the error