Class ProcessExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.process.internal.ExecException
org.gradle.process.ProcessExecutionException
All Implemented Interfaces:
Serializable

@NullMarked public class ProcessExecutionException extends org.gradle.process.internal.ExecException
An exception thrown when an error occurs while executing a process.
Since:
9.0.0
See Also:
  • Constructor Details

    • ProcessExecutionException

      public ProcessExecutionException(String message)
      Creates a new instance of ExecException with the specified message.
      Since:
      9.0.0
    • ProcessExecutionException

      public ProcessExecutionException(String message, Throwable cause)
      Creates a new instance of ExecException with the specified message and cause.
      Since:
      9.0.0