errors.fyi community error code reference
InterruptedException
java

InterruptedException

Thrown when a thread is waiting, sleeping, or otherwise occupied and another thread interrupts it. Always restore the interrupt flag: Thread.currentThread().interrupt().

References

← all namespaces