Package org.apache.ignite.lang
Class CursorClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.lang.CursorClosedException
- All Implemented Interfaces:
Serializable
,TraceableException
Exception is thrown when a data fetch attempt is performed on a closed cursor.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CursorClosedException
public CursorClosedException()Creates an exception instance.
-