Package info.mikethomas.jfold.exceptions
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
CommandException class.
- Version:
- 7.6.21
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandException
(String message) Constructs an instance ofCommandException
with the specified detail message.CommandException
(String message, Throwable cause) Constructs an instance ofCommandException
with the specified detail message and the cause of the Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
Constructs an instance ofCommandException
with the specified detail message.- Parameters:
message
- the detail message.
-
CommandException
Constructs an instance ofCommandException
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
-
getMessage
- Overrides:
getMessage
in classThrowable
-