java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.microstrategy.utils.MSTRCheckedException | |||
↳ | com.microstrategy.web.app.utils.upgrade.UpgradeException |
Exception used when an expected error occurs that prevents the upgrade process to continue.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UpgradeException()
Empty constructor
| |||||||||||
UpgradeException(String msg)
Constructor with the error message
| |||||||||||
UpgradeException(Exception cause)
Constructor with the root Exception.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Empty constructor
Constructor with the error message
Constructor with the root Exception. This Exception is the one originally catched that is preventing the process to continue.