Class SegmentOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.oak.segment.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:
  • Constructor Details

    • SegmentOverflowException

      public SegmentOverflowException(String message)
    • SegmentOverflowException

      public SegmentOverflowException(String message, Throwable cause)
    • SegmentOverflowException

      public SegmentOverflowException(Throwable cause)