org.wso2.carbon.registry.core.exceptions
Class ConcurrentModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.registry.api.RegistryException
              extended by org.wso2.carbon.registry.core.exceptions.RegistryException
                  extended by org.wso2.carbon.registry.core.exceptions.ConcurrentModificationException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentModificationException
extends RegistryException

This is thrown when a requested resource is concurrently updated, by two users.

See Also:
Serialized Form

Constructor Summary
ConcurrentModificationException(java.lang.String message)
          Constructs a new exception with the specified detail message.
ConcurrentModificationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
Method Summary
 
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

ConcurrentModificationException

public ConcurrentModificationException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

ConcurrentModificationException

public ConcurrentModificationException(java.lang.String message,
                                       java.lang.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 © 2011 WSO2 Inc. All Rights Reserved.