Package exceptions

Class CommandInterruptedException

All Implemented Interfaces:
Serializable

public class CommandInterruptedException extends RuntimeException
An exception that represents an interruption in the execution of a command.
See Also:
  • Constructor Details

    • CommandInterruptedException

      public CommandInterruptedException(Exception cause)
      Constructs a new CommandInterruptedException with the specified cause.
      Parameters:
      cause - the cause of the exception