Package deltix.qsrv.hf.tickdb.pub
Class CursorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.CursorException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ReaderClosedException
,StreamCursorException
,StreamTruncatedException
public abstract class CursorException extends java.lang.RuntimeException
Recoverable exceptions. Marks all cursor exceptions that do not invalidate cursor (i.e. client can retry reading attempt).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CursorException()
CursorException(java.lang.String message)
CursorException(java.lang.String message, java.lang.Throwable cause)
-