Class CommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.tempto.process.CommandExecutionException
All Implemented Interfaces:
Serializable

public class CommandExecutionException extends RuntimeException
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(String message, int exitStatus)
  • Method Details

    • getExitStatus

      public int getExitStatus()