Class CommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.shell.core.command.CommandExecutionException
All Implemented Interfaces:
Serializable

public class CommandExecutionException extends RuntimeException
Exception to signal that an error happened while executing a command.
Since:
4.0.0
Author:
Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(String message)
    • CommandExecutionException

      public CommandExecutionException(String message, Throwable cause)