Class SegmentOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.oak.segment.SegmentOverflowException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionSegmentOverflowException
(String message) SegmentOverflowException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SegmentOverflowException
-
SegmentOverflowException
-
SegmentOverflowException
-