Class IgniteSnapshotVerifyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.IgniteException
-
- org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotVerifyException
-
- All Implemented Interfaces:
Serializable
public class IgniteSnapshotVerifyException extends IgniteException
Compound snapshot verification exception from the nodes where the verification process executed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteSnapshotVerifyException(Map<ClusterNode,? extends Exception> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ClusterNode,Exception>exceptions()-
Methods inherited from class org.apache.ignite.IgniteException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IgniteSnapshotVerifyException
public IgniteSnapshotVerifyException(Map<ClusterNode,? extends Exception> map)
- Parameters:
map- Map of received exceptions.
-
-
Method Detail
-
exceptions
public Map<ClusterNode,Exception> exceptions()
- Returns:
- Map of received exceptions.
-
-