Class 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
    • 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.