Class OnmsUpgradeException

    • Constructor Detail

      • OnmsUpgradeException

        public OnmsUpgradeException()
        Instantiates a new OpenNMS upgrade exception.
      • OnmsUpgradeException

        public OnmsUpgradeException​(String msg,
                                    Throwable t)
        Instantiates a new OpenNMS upgrade exception.
        Parameters:
        msg - the message
        t - the exception causing the problem.
      • OnmsUpgradeException

        public OnmsUpgradeException​(String msg)
        Instantiates a new OpenNMS upgrade exception.
        Parameters:
        msg - the message
      • OnmsUpgradeException

        public OnmsUpgradeException​(Throwable t)
        Instantiates a new OpenNMS upgrade exception.
        Parameters:
        t - the exception causing the problem.