org.xcmis.spi
Class UpdateConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
              extended by org.xcmis.spi.UpdateConflictException
All Implemented Interfaces:
Serializable

public final class UpdateConflictException
extends CmisException

If updating of document is out of sequence. For example, two clients took the same Document, than client one update Document and after that client two also update Document.

Version:
$Id: UpdateConflictException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
UpdateConflictException()
          Construct instance UpdateConflictException without message.
UpdateConflictException(String message)
          Construct instance UpdateConflictException with message.
 
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

UpdateConflictException

public UpdateConflictException()
Construct instance UpdateConflictException without message.


UpdateConflictException

public UpdateConflictException(String message)
Construct instance UpdateConflictException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.