Class IngestProcessorException

All Implemented Interfaces:
Serializable, Writeable, ElasticsearchWrapperException, ToXContent, ToXContentFragment

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: