Class IngestProcessorException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.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