Class ConcurrentChangeException

All Implemented Interfaces:
Serializable

public class ConcurrentChangeException extends ConcurrentModificationException
This exception may be thrown by methods that have detected concurrent changes of an object.
Since:
4.2.400
See Also:
  • Constructor Details

    • ConcurrentChangeException

      public ConcurrentChangeException()