Oracle Java Wireless Client

com.sun.ams
Class ConcurrentModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.ams.ConcurrentModificationException

public class ConcurrentModificationException
extends java.lang.RuntimeException

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

ConcurrentModificationException

public ConcurrentModificationException()
Constructs an exception with no specified detail message.


ConcurrentModificationException

public ConcurrentModificationException(java.lang.String s)
Constructs an exception with the specified detail message.

Parameters:
s - - the detail message

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.