Class CommandExecutionException

All Implemented Interfaces:
Serializable

public class CommandExecutionException extends FessSystemException
Exception thrown when command execution fails. This exception indicates that an external command or process execution encountered an error.
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(String message)
      Constructor with error message.
      Parameters:
      message - The error message describing the command execution failure.
    • CommandExecutionException

      public CommandExecutionException(String message, Throwable e)
      Constructor with error message and cause.
      Parameters:
      message - The error message describing the command execution failure.
      e - The cause of the exception.