Class NotXContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.common.compress.NotXContentException
All Implemented Interfaces:
Serializable

public class NotXContentException extends RuntimeException
Exception indicating that we were expecting some XContent but could not detect its type.
See Also:
  • Constructor Details

    • NotXContentException

      public NotXContentException(String message)