Class CorruptedDataStructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.persistence.CorruptedDataStructureException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptedFreeListException,CorruptedPartitionMetaPageException,CorruptedTreeException
public abstract class CorruptedDataStructureException extends IgniteCheckedException
Abstract exception whenDataStructureare corrupted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCorruptedDataStructureException(String msg, @Nullable Throwable cause, int grpId, long[] pageIds)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgroupId()long[]pageIds()-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-