Class DowngradeNotAllowedException

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.DowngradeNotAllowedException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class DowngradeNotAllowedException extends UpgradeException
Thrown when attempting to start a rolling upgrade to a version that is not greater than the current committed cluster version.
See Also:
  • Constructor Details

    • DowngradeNotAllowedException

      public DowngradeNotAllowedException(org.apache.ignite.internal.properties.IgniteProductVersion currentVersion, org.apache.ignite.internal.properties.IgniteProductVersion requestedVersion)
      Constructor.
      Parameters:
      currentVersion - Current committed cluster version.
      requestedVersion - Requested upgrade version.