Class ISYSRenderExecutableFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.connector.renditions.exceptions.RenderingException
com.saperion.connector.renditions.isys.ISYSRenderExecutableFailedException
- All Implemented Interfaces:
Serializable
public class ISYSRenderExecutableFailedException
extends com.saperion.connector.renditions.exceptions.RenderingException
This exception is thrown when the ISYS executable returned an error-code.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionISYSRenderExecutableFailedException
(int returnCode, String processConsoleOutput) Creates a new ISYSRenderExecutableFailedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ISYSRenderExecutableFailedException
Creates a new ISYSRenderExecutableFailedException.- Parameters:
returnCode
- the code returned by the executableprocessConsoleOutput
- the console-output of the executable
-
-
Method Details