Package exceptions
Class CommandInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
exceptions.CommandInterruptedException
- All Implemented Interfaces:
Serializable
An exception that represents an interruption in the execution of a command.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new CommandInterruptedException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandInterruptedException
Constructs a new CommandInterruptedException with the specified cause.- Parameters:
cause
- the cause of the exception
-