java.util
Class ConcurrentModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.ConcurrentModificationException
public class ConcurrentModificationException
- extends RuntimeException
Exception thrown by Iterators if the underlying connection has been modified during the iteration.
- Author:
- Sven Köhler
ConcurrentModificationException
public ConcurrentModificationException()
ConcurrentModificationException
public ConcurrentModificationException(String message)