Class InvalidExitValueException

All Implemented Interfaces:
Serializable

public class InvalidExitValueException extends InvalidResultException
Process finished with a forbidden exit value.
See Also:
  • Field Details

  • Constructor Details

    • InvalidExitValueException

      public InvalidExitValueException(String message, ProcessResult result)
      Parameters:
      message - the detail message of the exception
      result - result of execution (contains also the exit value)