Class SegmentSealedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SegmentSealedException
    extends java.io.IOException
    A segment has been sealed and no more events may be written to it.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentSealedException​(java.lang.String segment)  
    • 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
    • Constructor Detail

      • SegmentSealedException

        public SegmentSealedException​(java.lang.String segment)