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 aCommitFailedException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SegmentOverflowException(String message)
SegmentOverflowException(String message, Throwable cause)
SegmentOverflowException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-