org.equanda.persistence
Class ConcurrentModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.equanda.client.EquandaException
              extended by org.equanda.persistence.EquandaPersistenceException
                  extended by org.equanda.persistence.EquandaConstraintViolation
                      extended by org.equanda.persistence.ConcurrentModificationException
All Implemented Interfaces:
Serializable

public class ConcurrentModificationException
extends EquandaConstraintViolation

Exception indicating a concurrent modification

Author:
NetRom team
See Also:
Serialized Form

Field Summary
static String DEFAULT_MESSAGE
           
 
Fields inherited from class org.equanda.client.EquandaException
APPLICATION_EXCEPTIONS_CONTEXT, CORE_EXCEPTIONS_CONTEXT
 
Constructor Summary
ConcurrentModificationException()
           
ConcurrentModificationException(Exception ex)
           
ConcurrentModificationException(int exceptionCode)
           
ConcurrentModificationException(int exceptionCode, Exception ex)
           
ConcurrentModificationException(int exceptionCode, Exception ex, String... parameters)
           
ConcurrentModificationException(int exceptionCode, String... parameters)
           
 
Method Summary
 
Methods inherited from class org.equanda.client.EquandaException
getAppendedParameters, getExceptionCode, getInjectedParameters, getMessage, getShortMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_MESSAGE

public static final String DEFAULT_MESSAGE
See Also:
Constant Field Values
Constructor Detail

ConcurrentModificationException

public ConcurrentModificationException()

ConcurrentModificationException

public ConcurrentModificationException(Exception ex)

ConcurrentModificationException

public ConcurrentModificationException(int exceptionCode,
                                       Exception ex,
                                       String... parameters)

ConcurrentModificationException

public ConcurrentModificationException(int exceptionCode,
                                       Exception ex)

ConcurrentModificationException

public ConcurrentModificationException(int exceptionCode,
                                       String... parameters)

ConcurrentModificationException

public ConcurrentModificationException(int exceptionCode)


Copyright © 2007-2009. All Rights Reserved.