public class ConcurrentModificationException extends RegistryException
Constructor and Description |
---|
ConcurrentModificationException(String message)
Constructs a new exception with the specified detail message.
|
ConcurrentModificationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrentModificationException(String message)
message
- the detail message.Copyright © 2016 WSO2 Inc. All Rights Reserved.