Class UnpositionedCursorException

All Implemented Interfaces:
Serializable

public class UnpositionedCursorException extends IllegalStateException
Exception thrown when acting on a Cursor which doesn't have a position defined.
See Also:
  • Constructor Details

    • UnpositionedCursorException

      public UnpositionedCursorException()
    • UnpositionedCursorException

      public UnpositionedCursorException(String message)
    • UnpositionedCursorException

      public UnpositionedCursorException(Throwable cause)
    • UnpositionedCursorException

      public UnpositionedCursorException(String message, Throwable cause)