Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
info.mikethomas.jfold.exceptions.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InfoException, NumSlotsException, OptionsException, PpdException, QueueInfoException, SimulationInfoException, SlotInfoException, SlotOptionsException, UptimeException

public class CommandException extends IOException

CommandException class.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message)
      Constructs an instance of CommandException with the specified detail message.
      Parameters:
      message - the detail message.
    • CommandException

      public CommandException(String message, Throwable cause)
      Constructs an instance of CommandException with the specified detail message and the cause of the Exception.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.
    • CommandException

      public CommandException()
  • Method Details