Class 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 Detail

      • IgniteSnapshotVerifyException

        public IgniteSnapshotVerifyException​(Map<ClusterNode,​? extends Exception> map)
        Parameters:
        map - Map of received exceptions.