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

public class UpgradeException extends Exception
Base class for all exceptions related to the upgrade process.
Since:
3.1.5
Author:
joseross
See Also:
  • Constructor Details

    • UpgradeException

      public UpgradeException(String message)
    • UpgradeException

      public UpgradeException(Throwable cause)
    • UpgradeException

      public UpgradeException(String message, Throwable cause)