Class SegmentOverflowException

  • All Implemented Interfaces:
    Serializable

    public class SegmentOverflowException
    extends RuntimeException
    This exception is thrown by the Segment NodeStore when an internal limit is exceeded such as too many segment references. Clients should only ever see this exception as the cause of a CommitFailedException.
    See Also:
    Serialized Form
    • Constructor Detail

      • SegmentOverflowException

        public SegmentOverflowException​(String message)
      • SegmentOverflowException

        public SegmentOverflowException​(String message,
                                        Throwable cause)
      • SegmentOverflowException

        public SegmentOverflowException​(Throwable cause)