- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 1,046 for clause (0.06 seconds)
-
src/main/java/jcifs/pac/PACDecodingException.java
* Constructs a new PAC decoding exception with the specified cause. * @param cause the cause of the exception */ public PACDecodingException(final Throwable cause) { this(null, cause); } /** * Constructs a new PAC decoding exception with the specified detail message and cause. * @param message the detail message * @param cause the cause of the exception */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/suggest/exception/SuggestIndexException.java
/** * Constructs a new SuggestIndexException with the specified cause. * @param cause The cause. */ public SuggestIndexException(final Throwable cause) { super(cause); } /** * Constructs a new SuggestIndexException with the specified detail message and cause. * @param msg The detail message. * @param cause The cause. */Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/ClSQLException.java
* Message code * @param args * Array of arguments * @param cause * The cause of the exception */ public ClSQLException(final String messageCode, final Object[] args, final Throwable cause) { this(messageCode, args, null, 0, cause, null); } /** * Creates a {@link ClSQLException}. * * @param messageCodeCreated: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 5.4K bytes - Click Count (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) */Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 1.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/SitemapsException.java
super(message, cause); } /** * Constructs a new SitemapsException with the specified detail message. * @param message the detail message */ public SitemapsException(final String message) { super(message); } /** * Constructs a new SitemapsException with the specified cause. * @param cause the cause of the exception */
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 1.7K bytes - Click Count (0) -
impl/maven-core/src/site/resources/design/2.1-lifecycle-refactor-class-diagram.png
2.1-lifecycle-refactor-class-diagram.png...
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 37.3K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/ExtractException.java
/** * Constructs a new ExtractException with the specified cause. * * @param cause The cause (which is saved for later retrieval by the {@link #getCause()} method). * (A {@code null} value is permitted, and indicates that the cause is nonexistent or unknown.) */ public ExtractException(final Throwable cause) { super(cause); } /**Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Mar 15 06:52:00 GMT 2025 - 3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java
return OptionalThing.of(asJson(createFailureBean(Status.BAD_REQUEST, createMessage(resource, cause)))); } @Override public OptionalThing<ApiResponse> handleServerException(final ApiFailureResource resource, final Throwable cause) { return OptionalThing.of(asJson(createFailureBean(Status.SYSTEM_ERROR, createMessage(resource, cause)))); }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/FessSystemException.java
/** * Constructs a new FessSystemException with the specified detail message and cause. * * @param message the detail message describing the exception * @param cause the cause of this exception */ public FessSystemException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new FessSystemException with the specified detail message.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.4K bytes - Click Count (0) -
src/main/java/jcifs/RuntimeCIFSException.java
} /** * Constructs a runtime CIFS exception with the specified detail message and cause. * * @param message the detail message * @param cause the cause of this exception */ public RuntimeCIFSException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a runtime CIFS exception with the specified detail message. *Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2K bytes - Click Count (0)