Class InvalidCursorStateException

All Implemented Interfaces:
Serializable

public class InvalidCursorStateException extends JRDFoxException
This exception is thrown when a cursor function is called and the cursor is an invalid state.
See Also:
  • Constructor Details

    • InvalidCursorStateException

      public InvalidCursorStateException()
    • InvalidCursorStateException

      public InvalidCursorStateException(String message)
    • InvalidCursorStateException

      public InvalidCursorStateException(String message, Throwable cause)