Class IngestProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.ingest.IngestProcessorException
All Implemented Interfaces:
java.io.Serializable, Writeable, ToXContent, ToXContentFragment, ElasticsearchWrapperException

public class IngestProcessorException
extends ElasticsearchException
implements ElasticsearchWrapperException
A dedicated wrapper for exceptions encountered executing an ingest processor. The wrapper is needed as we currently only unwrap causes for instances of ElasticsearchWrapperException.
See Also:
Serialized Form