Class CommandExecutionException

All Implemented Interfaces:
Serializable

@API(status=STABLE) public class CommandExecutionException extends IllegalArgumentException
Exception thrown when there is an exception during execution of a command handler
See Also:
  • Constructor Details

    • CommandExecutionException

      @API(status=INTERNAL, consumers="org.incendo.cloud.*") public CommandExecutionException(@NonNull Throwable cause)
      Exception thrown when there is an exception during execution of a command handler
      Parameters:
      cause - Exception thrown during the execution of a command handler
    • CommandExecutionException

      @API(status=INTERNAL, consumers="org.incendo.cloud.*") public CommandExecutionException(@NonNull Throwable cause, @Nullable CommandContext<?> commandContext)
      Exception thrown when there is an exception during execution of a command handler
      Parameters:
      cause - Exception thrown during the execution of a command handler
      commandContext - Command context
  • Method Details