Uses of Class
alpine.server.upgrade.UpgradeException
Packages that use UpgradeException
Package
Description
This package contains an optional upgrade framework capable of performing database and other upgrades on startup.
-
Uses of UpgradeException in alpine.server.upgrade
Methods in alpine.server.upgrade that throw UpgradeExceptionModifier and TypeMethodDescriptionvoidUpgradeExecutor.executeUpgrades(List<Class<? extends UpgradeItem>> classes) Performs the execution of upgrades in the order defined by the specified array.Constructors in alpine.server.upgrade that throw UpgradeExceptionModifierConstructorDescriptionConstructs a new UpgradeMetaProcessor object along with a new SQL Connection object.