org.wso2.carbon.registry.core.exceptions
Class ConcurrentModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.ConcurrentModificationException
- All Implemented Interfaces:
- Serializable
public class ConcurrentModificationException
- extends RegistryException
This is thrown when a requested resource is concurrently updated, by two users.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConcurrentModificationException
public ConcurrentModificationException(String message)
- Constructs a new exception with the specified detail message.
- Parameters:
message
- the detail message.
ConcurrentModificationException
public ConcurrentModificationException(String message,
Throwable cause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message
- the detail message.cause
- the cause of this exception.
Copyright © 2010. All Rights Reserved.