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
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 Summary
ConstructorsConstructorDescriptionUpgradeNotSupportedException(String message) UpgradeNotSupportedException(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpgradeNotSupportedException
-
UpgradeNotSupportedException
-