Class UpgradeAlreadyInProgressException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.upgrade.exception.UpgradeException
org.gridgain.internal.upgrade.exception.UpgradeAlreadyInProgressException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class UpgradeAlreadyInProgressException extends UpgradeException
Thrown when attempting to start a rolling upgrade while another upgrade is already in progress.
See Also:
  • Constructor Details

    • UpgradeAlreadyInProgressException

      public UpgradeAlreadyInProgressException(String nextVersion)
      Constructor.
      Parameters:
      nextVersion - The version that the cluster is currently upgrading to.
    • UpgradeAlreadyInProgressException

      public UpgradeAlreadyInProgressException(String nextVersion, Throwable cause)
      Constructor that preserves the underlying cause (e.g. the RollingUpgradeDeniedException surfaced by the CMG Raft state machine).
      Parameters:
      nextVersion - The version that the cluster is currently upgrading to.
      cause - Underlying cause.