Class CommandExecutionException

  • All Implemented Interfaces:
    Serializable

    public class CommandExecutionException
    extends Exception
    Exception thrown when a command failed to execute completely.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommandExecutionException

        public CommandExecutionException​(Throwable cause)
      • CommandExecutionException

        public CommandExecutionException​(String message,
                                         Throwable cause)
        Creates a new command execution exception.
        Parameters:
        message - failure details; typically output of stdout and stderr
        cause - root exception
      • CommandExecutionException

        public CommandExecutionException​(String message,
                                         Throwable cause,
                                         String errorLog)
        Creates a new command execution exception.
        Parameters:
        message - failure details; typically output of stdout and stderr
        cause - root exception
        errorLog - command output on stdout and stderr