public class ConcurrentModificationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ConcurrentModificationException()
Constructs an exception with no specified detail message.
|
ConcurrentModificationException(java.lang.String s)
Constructs an exception with the specified detail message.
|
public ConcurrentModificationException()
public ConcurrentModificationException(java.lang.String s)
s - - the detail messageCopyright (c) 1990, 2013, Oracle and/or its affiliates. All rights reserved.