java.util
Class ConcurrentModificationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.util.ConcurrentModificationException

public synchronized class ConcurrentModificationException
extends RuntimeException


Constructor Summary
ConcurrentModificationException()
           
ConcurrentModificationException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

ConcurrentModificationException

public ConcurrentModificationException()

ConcurrentModificationException

public ConcurrentModificationException(String)