Class SearchTimeoutException

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

public class SearchTimeoutException extends SearchException
Specific instance of SearchException that indicates that a search timeout occurred. Always returns http status 504 (Gateway Timeout)
See Also: