Class SegmentOverflowException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SegmentOverflowException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SegmentOverflowException

        public SegmentOverflowException​(java.lang.String message)
      • SegmentOverflowException

        public SegmentOverflowException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • SegmentOverflowException

        public SegmentOverflowException​(java.lang.Throwable cause)