Class TaskCancelledException

org.elasticsearch.ElasticsearchException
org.elasticsearch.tasks.TaskCancelledException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.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:
Serialized Form
  • Constructor Details

    • TaskCancelledException

      public TaskCancelledException( msg)
    • TaskCancelledException

      public TaskCancelledException(StreamInput in) throws
      Throws:
  • Method Details