Package deltix.qsrv.hf.tickdb.pub
Class StreamCursorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.CursorException
-
- deltix.qsrv.hf.tickdb.pub.StreamCursorException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamCursorException extends CursorException
Unchecked exception thrown by a cursor e.g. cursor.next()- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamCursorException(java.lang.String message)
StreamCursorException(java.lang.String message, java.lang.Throwable cause)
-