Class ElasticsearchTimeoutException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class ElasticsearchTimeoutException extends ElasticsearchException
The same as TimeoutException simply a runtime one.
See Also:
  • Constructor Details

    • ElasticsearchTimeoutException

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

      public ElasticsearchTimeoutException(Throwable cause)
    • ElasticsearchTimeoutException

      public ElasticsearchTimeoutException(String message, Object... args)
    • ElasticsearchTimeoutException

      public ElasticsearchTimeoutException(String message, Throwable cause, Object... args)