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 © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.