public class

UpgradeException

extends MSTRCheckedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.microstrategy.utils.MSTRCheckedException
         ↳ com.microstrategy.web.app.utils.upgrade.UpgradeException

Class Overview

Exception used when an expected error occurs that prevents the upgrade process to continue.

Summary

Public Constructors
UpgradeException()
Empty constructor
UpgradeException(String msg)
Constructor with the error message
UpgradeException(Exception cause)
Constructor with the root Exception.
[Expand]
Inherited Methods
From class com.microstrategy.utils.MSTRCheckedException
From class java.lang.Throwable
From class java.lang.Object
From interface com.microstrategy.utils.LocalizableException

Public Constructors

public UpgradeException ()

Empty constructor

public UpgradeException (String msg)

Constructor with the error message

public UpgradeException (Exception cause)

Constructor with the root Exception. This Exception is the one originally catched that is preventing the process to continue.