Class SegmentNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SegmentNotFoundException
    extends IllegalRepositoryStateException
    This exception is thrown when there the segment does not exist in the store
    See Also:
    Serialized Form
    • Constructor Detail

      • SegmentNotFoundException

        public SegmentNotFoundException​(SegmentId id)
      • SegmentNotFoundException

        public SegmentNotFoundException​(SegmentId id,
                                        java.lang.Throwable e)
      • SegmentNotFoundException

        public SegmentNotFoundException​(java.lang.String message,
                                        SegmentNotFoundException cause)
    • Method Detail

      • getSegmentId

        public java.lang.String getSegmentId()