Class OnmsUpgradeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OnmsUpgradeException
    extends java.lang.Exception
    The Class OnmsUpgradeException.
    Author:
    Alejandro Galue
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OnmsUpgradeException()
      Instantiates a new OpenNMS upgrade exception.
      OnmsUpgradeException​(java.lang.String msg)
      Instantiates a new OpenNMS upgrade exception.
      OnmsUpgradeException​(java.lang.String msg, java.lang.Throwable t)
      Instantiates a new OpenNMS upgrade exception.
      OnmsUpgradeException​(java.lang.Throwable t)
      Instantiates a new OpenNMS upgrade exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OnmsUpgradeException

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

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

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

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