Class RenderException

All Implemented Interfaces:
Serializable

public class RenderException extends ServiceException
Indicates a fatal exception occurred rendering markup. This generally happens due to I/O errors, rather than actual markup problems, but it could be caused by either.
See Also:
  • Constructor Details

    • RenderException

      public RenderException(@Nonnull KeyedMessage message)
    • RenderException

      public RenderException(@Nonnull KeyedMessage message, @Nullable Throwable cause)