Package org.opennms.upgrade.api
Class OnmsUpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.upgrade.api.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.
-
-
-
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 messaget
- 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.
-
-