|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
org.opends.server.admin.OperationsException
org.opends.server.admin.client.ConcurrentModificationException
public class ConcurrentModificationException
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.
| Constructor Summary | |
|---|---|
ConcurrentModificationException()
Create a concurrent modification exception with a default message. |
|
ConcurrentModificationException(Message message)
Create a concurrent modification exception with a message. |
|
ConcurrentModificationException(Message message,
java.lang.Throwable cause)
Create a concurrent modification exception with a message and cause. |
|
ConcurrentModificationException(java.lang.Throwable cause)
Create a concurrent modification exception with a cause and a default message. |
|
| Method Summary |
|---|
| Methods inherited from class org.opends.server.types.OpenDsException |
|---|
getMessageObject |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConcurrentModificationException()
public ConcurrentModificationException(java.lang.Throwable cause)
cause - The cause.
public ConcurrentModificationException(Message message,
java.lang.Throwable cause)
message - The message.cause - The cause.public ConcurrentModificationException(Message message)
message - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||