Class ThumbnailGenerationException

All Implemented Interfaces:
Serializable

public class ThumbnailGenerationException extends FessSystemException
Exception thrown when thumbnail generation fails. This exception is used for errors during thumbnail creation and processing.
See Also:
  • Constructor Details

    • ThumbnailGenerationException

      public ThumbnailGenerationException(String message, Throwable cause)
      Constructs a new ThumbnailGenerationException with the specified message and cause.
      Parameters:
      message - the exception message
      cause - the underlying cause of this exception
    • ThumbnailGenerationException

      public ThumbnailGenerationException(String message)
      Constructs a new ThumbnailGenerationException with the specified message.
      Parameters:
      message - the exception message