Class BPlusTreeRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.persistence.tree.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:
  • Constructor Details

    • BPlusTreeRuntimeException

      public BPlusTreeRuntimeException(Throwable cause, int grpId, long... pageIds)
  • Method Details