Class ProcessExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
burp.api.montoya.utilities.shell.ProcessExecutionException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an error occurred while executing a process with
ShellUtils
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessExecutionException
(String message) ProcessExecutionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessExecutionException
-
ProcessExecutionException
-