Class CmdRunException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.jmxconfiggenerator.commands.CmdRunException
-
- All Implemented Interfaces:
Serializable
public class CmdRunException extends Exception
Exception which is thrown when running a command.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CmdRunException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CmdRunException
public CmdRunException(Throwable cause)
-
-