Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • streamKey

        public final java.lang.String streamKey
      • fileId

        public final java.lang.String fileId
      • offset

        public final long offset
      • nanoTime

        public final long nanoTime
    • Constructor Detail

      • StreamTruncatedException

        public StreamTruncatedException​(java.lang.String streamKey,
                                        java.lang.String fileId,
                                        long offset,
                                        long nanoTime)