java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.jvm.dtfjview.tools.CommandException
- All Implemented Interfaces:
Serializable
This is the default exception used by the tools to indicate
unexpected situation.
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandException
(String message) CommandException
(String message, Throwable cause) CommandException
(Throwable cause) -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
public CommandException() -
CommandException
-
CommandException
-
CommandException
-