Class CommandException

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:
  • Constructor Details

    • CommandException

      public CommandException()
    • CommandException

      public CommandException(Throwable cause)
    • CommandException

      public CommandException(String message)
    • CommandException

      public CommandException(String message, Throwable cause)