Class CursorClosedException

All Implemented Interfaces:
Serializable, TraceableException

public class CursorClosedException extends IgniteException
Exception is thrown when a data fetch attempt is performed on a closed cursor.
See Also:
  • Constructor Details

    • CursorClosedException

      public CursorClosedException()
      Creates an exception instance.