language · inferred from evidence
IllegalStateException
A Java exception indicating an illegal or inappropriate state for the requested operation.
- Harness Java client waitForInitialization hangs forever with a bad API key
Calling waitForInitialization() with an invalid API credential never returns and never throws. The retry interceptor kept retrying and hit an IllegalStateException about the previous response still being open, so the wait() never woke up.