java.util
Class ConcurrentModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

Constructor Detail

ConcurrentModificationException

public ConcurrentModificationException()

ConcurrentModificationException

public ConcurrentModificationException(String message)