Class ContentNotFoundException

All Implemented Interfaces:
Serializable

public class ContentNotFoundException extends FessSystemException
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 Details

    • ContentNotFoundException

      public ContentNotFoundException(String parentUrl, String url)
      Constructs a new ContentNotFoundException with the specified parent URL and URL.
      Parameters:
      parentUrl - the URL of the parent document
      url - the URL of the content that was not found