Class ConcurrentModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.config.AdminException
org.forgerock.opendj.config.OperationsException
org.forgerock.opendj.config.client.ConcurrentModificationException
- All Implemented Interfaces:
Serializable
,LocalizableException
This exception is thrown when a critical concurrent modification is detected
by the client. This may be caused by another client application removing a
managed object whilst it is being managed.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a concurrent modification exception with a default message. -
Method Summary
Methods inherited from class org.forgerock.opendj.config.AdminException
getMessageObject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentModificationException
public ConcurrentModificationException()Create a concurrent modification exception with a default message.
-