Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.upgrade.UpgradeException

Packages that use UpgradeException
com.liferay.portal.events   
com.liferay.portal.kernel.upgrade   
com.liferay.portal.upgrade   
 

Uses of UpgradeException in com.liferay.portal.events
 

Methods in com.liferay.portal.events that throw UpgradeException
 void StartupHelper.upgradeProcess(int buildNumber)
           
static void StartupHelperUtil.upgradeProcess(int buildNumber)
           
 

Uses of UpgradeException in com.liferay.portal.kernel.upgrade
 

Methods in com.liferay.portal.kernel.upgrade that throw UpgradeException
 void UpgradeProcess.upgrade()
           
 void UpgradeProcess.upgrade(Class<?> upgradeProcessClass)
           
 void UpgradeProcess.upgrade(UpgradeProcess upgradeProcess)
           
 

Uses of UpgradeException in com.liferay.portal.upgrade
 

Methods in com.liferay.portal.upgrade that throw UpgradeException
static boolean UpgradeProcessUtil.upgradeProcess(int buildNumber, String[] upgradeProcessClassNames, ClassLoader classLoader)
           
static boolean UpgradeProcessUtil.upgradeProcess(int buildNumber, String[] upgradeProcessClassNames, ClassLoader classLoader, boolean indexOnUpgrade)
           
 


Liferay 6.2-ce-ga5