- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ContentNotFoundException (0.13 sec)
-
src/main/java/org/codelibs/fess/exception/ContentNotFoundException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; public class ContentNotFoundException extends FessSystemException { private static final long serialVersionUID = 1L; public ContentNotFoundException(final String parentUrl, final String url) { super("Not Found: " + url + " Parent: " + parentUrl, false, false); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 947 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
final FailureUrlService failureUrlService = ComponentUtil.getComponent(FailureUrlService.class); failureUrlService.store(crawlingConfig, ContentNotFoundException.class.getCanonicalName(), url, new ContentNotFoundException(urlQueue.getParentUrl(), url)); } } @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.6K bytes - Viewed (0)