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
public final class ConcurrentModificationException extends OperationsException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentModificationException()
Create 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
-
-