Class FlexExternalProcessFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
flexagon.ff.common.core.exceptions.FlexExternalProcessFailedException
All Implemented Interfaces:
Serializable

public class FlexExternalProcessFailedException extends RuntimeException
Exception representing the failure of an external process execution
See Also:
  • Constructor Details

    • FlexExternalProcessFailedException

      public FlexExternalProcessFailedException(int returnCode, List<String> commands)
      Creates an exception representing an external process failure
      Parameters:
      returnCode - the return code of the external process execution
      commands - the commands executed within the external process
    • FlexExternalProcessFailedException

      public FlexExternalProcessFailedException(int returnCode, List<String> commands, String pErrors)
  • Method Details

    • getErrors

      public String getErrors()
    • getReturnCode

      public int getReturnCode()