- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.jvm.dtfjview.tools.CommandException
-
- All Implemented Interfaces:
Serializable
public class CommandException extends Exception
This is the default exception used by the tools to indicate unexpected situation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException()
CommandException(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
-
-