Class RenderingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.connector.renditions.exceptions.RenderingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FormatNotSupportedException
,ISYSRenderExecutableFailedException
,PreconditionFailedException
public class RenderingException extends java.lang.Exception
Exception thrown when rendering the document failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenderingException()
Instantiates a new rendering exception.RenderingException(java.lang.String message)
Instantiates a new rendering exception.RenderingException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new rendering exception.RenderingException(java.lang.Throwable cause)
Instantiates a new rendering exception.
-
-
-
Constructor Detail
-
RenderingException
public RenderingException()
Instantiates a new rendering exception.
-
RenderingException
public RenderingException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new rendering exception.- Parameters:
message
- the messagecause
- the cause
-
RenderingException
public RenderingException(java.lang.String message)
Instantiates a new rendering exception.- Parameters:
message
- the message
-
RenderingException
public RenderingException(java.lang.Throwable cause)
Instantiates a new rendering exception.- Parameters:
cause
- the cause
-
-