Class UpgradeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.upgrade.exception.UpgradeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UpgradeNotSupportedException
Base class for all exceptions related to the upgrade process.
- Since:
- 3.1.5
- Author:
- joseross
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeException
(String message) UpgradeException
(String message, Throwable cause) UpgradeException
(Throwable 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
-
UpgradeException
-
UpgradeException
-
UpgradeException
-