|
Oracle Java Wireless Client | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.ams.ConcurrentModificationException
public class ConcurrentModificationException
Indicates that concurrent modification of an object data was detected.
| Constructor Summary | |
ConcurrentModificationException()
Constructs an exception with no specified detail message. |
|
ConcurrentModificationException(java.lang.String s)
Constructs an exception with the specified detail message. |
|
| Method Summary |
| Methods inherited from class java.lang.Throwable |
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConcurrentModificationException()
public ConcurrentModificationException(java.lang.String s)
s - - the detail message
|
Oracle Java Wireless Client | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||