Package deltix.qsrv.hf.tickdb.pub
Class StreamTruncatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.CursorException
-
- deltix.qsrv.hf.tickdb.pub.StreamTruncatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamTruncatedException extends CursorException
Unchecked exception thrown by a cursor when the current message has been deleted due to stream truncation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamTruncatedException(java.lang.String streamKey, java.lang.String fileId, long offset, long nanoTime)
-