Class NothingToPreviewException

  • All Implemented Interfaces:
    Serializable

    public class NothingToPreviewException
    extends PreviewException
    Preview exception. Use this when there is nothing to preview and this is not an error. ie when there is no Blob to preview (not when it cannot be found)
    See Also:
    Serialized Form
    • Constructor Detail

      • NothingToPreviewException

        public NothingToPreviewException​(Throwable cause)
      • NothingToPreviewException

        public NothingToPreviewException​(String message,
                                         Throwable cause)
      • NothingToPreviewException

        public NothingToPreviewException​(String message)