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
This exception is thrown when the ISYS executable returned an error-code.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionISYSRenderExecutableFailedException(int returnCode, String processConsoleOutput) Creates a new ISYSRenderExecutableFailedException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
ISYSRenderExecutableFailedExceptionCreates a new ISYSRenderExecutableFailedException.- Parameters:
- returnCode- the code returned by the executable
- processConsoleOutput- the console-output of the executable
 
 
- 
- 
Method Details