atg.repository
Class ConcurrentUpdateException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
atg.core.exception.ContainerException
              
atg.repository.RepositoryException
                  
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
 
 
 
 
 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
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