errors.fyi community error code reference
TimeoutException
java

TimeoutException

Thrown by Future.get(timeout, unit) and BlockingQueue.poll(timeout, unit) when the operation does not complete within the specified time.

References

โ† all namespaces for TimeoutException