java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.NoDocumentFoundException
All Implemented Interfaces:
Serializable

public class NoDocumentFoundException extends IOException
Indicates that the document that was requested is not found from the Document Store. This is a generic exception that will be thrown for all the DocumentStoreVendor if there is no document while reading.
See Also:
  • Constructor Details

    • NoDocumentFoundException

      public NoDocumentFoundException(String message)
      Constructs exception with the specified detail message.
      Parameters:
      message - detailed message.