- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ThumbnailGenerationException (0.09 sec)
-
src/main/java/org/codelibs/fess/exception/ThumbnailGenerationException.java
*/ public ThumbnailGenerationException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new ThumbnailGenerationException with the specified message. * * @param message the exception message */ public ThumbnailGenerationException(final String message) { super(message, false, false); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 08:04:23 UTC 2025 - 1.5K bytes - Viewed (0)