errors.fyi community error code reference
ConcurrentModificationException
java

ConcurrentModificationException

Thrown by iterators when the underlying collection is modified while an iteration is in progress, detected by a fail-fast mechanism. Use CopyOnWriteArrayList or iterate a snapshot instead.

References

โ† all namespaces for ConcurrentModificationException