FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class ConcurrentUpdateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.filenet.wcm.api.BaseRuntimeException
                  extended bycom.filenet.wcm.api.ConcurrentUpdateException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentUpdateException
extends BaseRuntimeException

Not Applicable in CS Java Connector v3.0.

This exception is thrown on a save operation if a concurrent update has occurred prior to the save. The process of changing an object in the Content Services consists of the following steps: The Content Services automatically notices if the object was changed in some other way between the time it is read from and saved to the object store. In such cases, the Content Services throws an exception on the save operation. That Content Services exception is translated into this Java exception. Whether or not the change should be re-attempted depends upon application-specific semantics of the change.

See Also:
Serialized Form

Constructor Summary
ConcurrentUpdateException()
          

Not Applicable in CS Java Connector v3.0.

ConcurrentUpdateException(java.lang.String s)
          

Not Applicable in CS Java Connector v3.0.

 
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException
getFaultCode, setFaultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentUpdateException

public ConcurrentUpdateException()

Not Applicable in CS Java Connector v3.0.

Constructs a ConcurrentUpdateException.


ConcurrentUpdateException

public ConcurrentUpdateException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs a ConcurrentUpdateException containing the specified String.

Parameters:
s - A String that contains message text about the exception.

FileNet Content Services
Java Connector v3.0