Class RenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.connector.renditions.exceptions.RenderingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FormatNotSupportedException,ISYSRenderExecutableFailedException,PreconditionFailedException
Exception thrown when rendering the document failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new rendering exception.RenderingException(String message) Instantiates a new rendering exception.RenderingException(String message, Throwable cause) Instantiates a new rendering exception.RenderingException(Throwable cause) Instantiates a new rendering exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RenderingException
public RenderingException()Instantiates a new rendering exception. -
RenderingException
Instantiates a new rendering exception.- Parameters:
message- the messagecause- the cause
-
RenderingException
Instantiates a new rendering exception.- Parameters:
message- the message
-
RenderingException
Instantiates a new rendering exception.- Parameters:
cause- the cause
-