Class RenderingFailedException

All Implemented Interfaces:
Serializable

public class RenderingFailedException extends NgcException
Exception thrown when rendering a document failed.
See Also:
  • Constructor Details

    • RenderingFailedException

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

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