Class CorruptedPartitionMetaPageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.cache.persistence.CorruptedDataStructureException
-
- org.apache.ignite.internal.processors.cache.persistence.CorruptedPartitionMetaPageException
-
- All Implemented Interfaces:
Serializable
public class CorruptedPartitionMetaPageException extends CorruptedDataStructureException
Exception to distinguish partition meta page broken invariants.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.cache.persistence.CorruptedDataStructureException
grpId, pageIds
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCorruptedPartitionMetaPageException(String msg, @Nullable Throwable cause, int grpId, long... pageIds)Constrictor.
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.processors.cache.persistence.CorruptedDataStructureException
groupId, 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
-
-