public class OnmsUpgradeException extends Exception
Constructor and Description |
---|
OnmsUpgradeException()
Instantiates a new OpenNMS upgrade exception.
|
OnmsUpgradeException(String msg)
Instantiates a new OpenNMS upgrade exception.
|
OnmsUpgradeException(String msg,
Throwable t)
Instantiates a new OpenNMS upgrade exception.
|
OnmsUpgradeException(Throwable t)
Instantiates a new OpenNMS upgrade exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OnmsUpgradeException()
public OnmsUpgradeException(String msg, Throwable t)
msg
- the messaget
- the exception causing the problem.public OnmsUpgradeException(String msg)
msg
- the messagepublic OnmsUpgradeException(Throwable t)
t
- the exception causing the problem.Copyright © 2021. All rights reserved.