public class FlexExternalProcessFailedException
extends java.lang.RuntimeException
Constructor and Description |
---|
FlexExternalProcessFailedException(int returnCode,
java.util.List<java.lang.String> commands)
Creates an exception representing an external process failure
|
FlexExternalProcessFailedException(int returnCode,
java.util.List<java.lang.String> commands,
java.lang.String pErrors) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrors() |
int |
getReturnCode() |
public FlexExternalProcessFailedException(int returnCode, java.util.List<java.lang.String> commands)
returnCode
- the return code of the external process executioncommands
- the commands executed within the external processpublic FlexExternalProcessFailedException(int returnCode, java.util.List<java.lang.String> commands, java.lang.String pErrors)