Class NoDocumentFoundException
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
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 Summary
ConstructorsConstructorDescriptionNoDocumentFoundException(String message) Constructs exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoDocumentFoundException
Constructs exception with the specified detail message.- Parameters:
message- detailed message.
-