Class ProcessExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
burp.api.montoya.utilities.shell.ProcessExecutionException
All Implemented Interfaces:
Serializable

public class ProcessExecutionException extends RuntimeException
Thrown to indicate that an error occurred while executing a process with ShellUtils.
See Also:
  • Constructor Details

    • ProcessExecutionException

      public ProcessExecutionException(String message)
    • ProcessExecutionException

      public ProcessExecutionException(String message, Throwable cause)