Class TaskRelocatedException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class TaskRelocatedException extends ElasticsearchException
Reason for a task failing because it's been relocated to another node to continue execution.
See Also:
  • Field Details

    • TASK_RELOCATED_EXCEPTION_VERSION

      public static final TransportVersion TASK_RELOCATED_EXCEPTION_VERSION
  • Constructor Details

    • TaskRelocatedException

      public TaskRelocatedException()
    • TaskRelocatedException

      public TaskRelocatedException(StreamInput in) throws IOException
      Throws:
      IOException
    • TaskRelocatedException

      public TaskRelocatedException(TaskId originalTaskId, TaskId relocatedTaskId)
  • Method Details