Class DocumentStoreNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.apache.hadoop.yarn.server.timelineservice.documentstore.lib.DocumentStoreNotSupportedException
- All Implemented Interfaces:
Serializable
Indicates that the document store vendor that was
configured does not belong to one of the
DocumentStoreVendor.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentStoreNotSupportedException(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
-
DocumentStoreNotSupportedException
Constructs exception with the specified detail message.- Parameters:
message- detailed message.
-