Package org.codelibs.fess.exception
Class ThumbnailGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.ThumbnailGenerationException
- All Implemented Interfaces:
Serializable
Exception thrown when thumbnail generation fails.
This exception is used for errors during thumbnail creation and processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThumbnailGenerationException(String message) Constructs a new ThumbnailGenerationException with the specified message.ThumbnailGenerationException(String message, Throwable cause) Constructs a new ThumbnailGenerationException with the specified message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThumbnailGenerationException
Constructs a new ThumbnailGenerationException with the specified message and cause.- Parameters:
message- the exception messagecause- the underlying cause of this exception
-
ThumbnailGenerationException
Constructs a new ThumbnailGenerationException with the specified message.- Parameters:
message- the exception message
-