Class TaskCancelledException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class TaskCancelledException extends ElasticsearchException
A generic exception that can be thrown by a task when it's cancelled by the task manager API
See Also: