Class FlexExternalProcessTimedoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
flexagon.ff.common.core.exceptions.FlexExternalProcessTimedoutException
- All Implemented Interfaces:
Serializable
Exception representing an external process execution timeout
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlexExternalProcessTimedoutException(List<String> commands) Creates an exception representing an external process timeout -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlexExternalProcessTimedoutException
Creates an exception representing an external process timeout- Parameters:
commands- the commands executed within the external process
-