atg.repository
Class ConcurrentUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.repository.RepositoryException
                  extended by atg.repository.ConcurrentUpdateException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class ConcurrentUpdateException
extends RepositoryException

This exception is thrown when an update is made to an item using stale data. In other words, if someone has changed the data since you retrieved the values you are using to update it.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
ConcurrentUpdateException()
          Constructs a new ConcurrentUpdateException.
ConcurrentUpdateException(java.lang.String pStr)
          Constructs a new ConcurrentUpdateException with the given explanation.
ConcurrentUpdateException(java.lang.String pStr, java.lang.Throwable pSourceException)
          Constructs a new ConcurrentUpdateException with the given explanation.
ConcurrentUpdateException(java.lang.Throwable pSourceException)
          Constructs a new ConcurrentUpdateException.
 
Method Summary
 
Methods inherited from class atg.repository.RepositoryException
getId, getItemDescriptorName, setId, setItemDescriptorName
 
Methods inherited from class atg.core.exception.ContainerException
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

ConcurrentUpdateException

public ConcurrentUpdateException()
Constructs a new ConcurrentUpdateException.


ConcurrentUpdateException

public ConcurrentUpdateException(java.lang.String pStr)
Constructs a new ConcurrentUpdateException with the given explanation.


ConcurrentUpdateException

public ConcurrentUpdateException(java.lang.Throwable pSourceException)
Constructs a new ConcurrentUpdateException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

ConcurrentUpdateException

public ConcurrentUpdateException(java.lang.String pStr,
                                 java.lang.Throwable pSourceException)
Constructs a new ConcurrentUpdateException with the given explanation.

Parameters:
pSourceException - the initial exception which was the root cause of the problem