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

public class DocumentStoreNotSupportedException extends UnsupportedOperationException
Indicates that the document store vendor that was configured does not belong to one of the DocumentStoreVendor.
See Also:
  • Constructor Details

    • DocumentStoreNotSupportedException

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