Class BPlusTreeRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class BPlusTreeRuntimeException
    extends RuntimeException
    This exception indicates that there's something wrong with B+Tree data integrity. Additional info about corrupted pages is present in fields.
    See Also:
    Serialized Form
    • Constructor Detail

      • BPlusTreeRuntimeException

        public BPlusTreeRuntimeException​(Throwable cause,
                                         int grpId,
                                         long... pageIds)