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

public class RenderingException extends Exception
Exception thrown when rendering the document failed.
See Also:
  • Constructor Details

    • RenderingException

      public RenderingException()
      Instantiates a new rendering exception.
    • RenderingException

      public RenderingException(String message, Throwable cause)
      Instantiates a new rendering exception.
      Parameters:
      message - the message
      cause - the cause
    • RenderingException

      public RenderingException(String message)
      Instantiates a new rendering exception.
      Parameters:
      message - the message
    • RenderingException

      public RenderingException(Throwable cause)
      Instantiates a new rendering exception.
      Parameters:
      cause - the cause