java.util
public class ConcurrentModificationException extends RuntimeException
Since: 1.2
See Also: Collection Iterator ListIterator Vector LinkedList HashSet Hashtable TreeMap AbstractList
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
ConcurrentModificationException()
Constructs a ConcurrentModificationException with no detail message. | |
ConcurrentModificationException(String detail)
Constructs a ConcurrentModificationException with a detail message.
|
Parameters: detail the detail message for the exception