Class UpgradeNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.upgrade.exception.UpgradeException
org.craftercms.commons.upgrade.exception.UpgradeNotSupportedException
All Implemented Interfaces:
Serializable

public class UpgradeNotSupportedException extends UpgradeException
Extension of UpgradeException thrown when the current version of a target can't be upgraded automatically.
Since:
4.0.0
Author:
joseross
See Also:
  • Constructor Details

    • UpgradeNotSupportedException

      public UpgradeNotSupportedException(String message)
    • UpgradeNotSupportedException

      public UpgradeNotSupportedException(String message, Exception cause)