Package org.codelibs.fess.exception
Class ContentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.ContentNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when requested content cannot be found.
Typically used when a document or resource is not available during crawling or indexing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentNotFoundException(String parentUrl, String url) Constructs a new ContentNotFoundException with the specified parent URL and URL. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentNotFoundException
Constructs a new ContentNotFoundException with the specified parent URL and URL.- Parameters:
parentUrl- the URL of the parent documenturl- the URL of the content that was not found
-