- Sort Score
- Result 10 results
- Languages All
Results 1601 - 1610 of 1,762 for Details (0.06 sec)
-
src/main/java/org/codelibs/fess/exception/JobProcessingException.java
* * @param message the detail message explaining the exception * @param e the cause of the exception */ public JobProcessingException(final String message, final Throwable e) { super(message, e); } /** * Constructs a new JobProcessingException with the specified detail message. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/id/docs/tutorial/static-files.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Jan 10 20:31:13 UTC 2025 - 1.8K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/exception/OpenSearchAccessException.java
/** * Creates a new instance of OpenSearchAccessException. * * @param message the detail message */ public OpenSearchAccessException(final String message) { super(message); } /** * Creates a new instance of OpenSearchAccessException. * * @param message the detail message * @param cause the cause */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/MaxLengthExceededException.java
public class MaxLengthExceededException extends CrawlingAccessException { private static final long serialVersionUID = 1L; /** * Creates a new MaxLengthExceededException with the specified detail message. * * @param message the detail message explaining the reason for the exception */ public MaxLengthExceededException(final String message) { super(message); }
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/MimeTypeException.java
*/ public class MimeTypeException extends CrawlerSystemException { private static final long serialVersionUID = 1L; /** * Creates a new MimeTypeException with the specified detail message and cause. * * @param message the detail message explaining the reason for the exception * @param cause the underlying cause of the exception */ public MimeTypeException(final String message, final Throwable cause) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/RobotsTxtException.java
* @param message the detail message * @param cause the cause of the exception */ public RobotsTxtException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new RobotsTxtException with the specified detail message. * @param message the detail message */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/ExecutionTimeoutException.java
*/ public class ExecutionTimeoutException extends ExtractException { private static final long serialVersionUID = 1L; /** * Constructs a new exception with the specified detail message and cause. * * @param message the detail message * @param cause the cause (which is saved for later retrieval by the {@link Throwable#getCause()} method) */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 1.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/SitemapsException.java
* @param message the detail message * @param cause the cause of the exception */ public SitemapsException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new SitemapsException with the specified detail message. * @param message the detail message */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/SearchQueryException.java
* * @param message The detail message explaining the exception * @param cause The cause of this exception */ public SearchQueryException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new SearchQueryException with the specified detail message. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/exception/SuggestIndexException.java
public class SuggestIndexException extends SuggesterException { private static final long serialVersionUID = -3792626439756997194L; /** * Constructs a new SuggestIndexException with the specified detail message. * @param msg The detail message. */ public SuggestIndexException(final String msg) { super(msg); } /** * Constructs a new SuggestIndexException with the specified cause.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2K bytes - Viewed (0)