Class FlexExternalProcessFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
flexagon.ff.common.core.exceptions.FlexExternalProcessFailedException
- All Implemented Interfaces:
Serializable
Exception representing the failure of an external process execution
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlexExternalProcessFailedException(int returnCode, List<String> commands) Creates an exception representing an external process failureFlexExternalProcessFailedException(int returnCode, List<String> commands, String pErrors) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlexExternalProcessFailedException
Creates an exception representing an external process failure- Parameters:
returnCode- the return code of the external process executioncommands- the commands executed within the external process
-
FlexExternalProcessFailedException
-
-
Method Details
-
getErrors
-
getReturnCode
public int getReturnCode()
-