Class UpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.utils.MSTRCheckedException
-
- com.microstrategy.web.app.utils.upgrade.UpgradeException
-
- All Implemented Interfaces:
LocalizableException
,java.io.Serializable
public class UpgradeException extends MSTRCheckedException
Exception used when an expected error occurs that prevents the upgrade process to continue.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler
-
-
Constructor Summary
Constructors Constructor Description UpgradeException()
Empty constructorUpgradeException(java.lang.Exception cause)
Constructor with the root Exception.UpgradeException(java.lang.String msg)
Constructor with the error message
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setCause, setDefaultLocale, setXMLHandler
-
-
-
-
Constructor Detail
-
UpgradeException
public UpgradeException()
Empty constructor
-
UpgradeException
public UpgradeException(java.lang.String msg)
Constructor with the error message
-
UpgradeException
public UpgradeException(java.lang.Exception cause)
Constructor with the root Exception. This Exception is the one originally catched that is preventing the process to continue.
-
-