org.ektorp
Class UpdateConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ektorp.DbAccessException
                  extended by org.ektorp.UpdateConflictException
All Implemented Interfaces:
Serializable

public class UpdateConflictException
extends DbAccessException

Author:
Henrik Lundgren created 18 okt 2009
See Also:
Serialized Form

Constructor Summary
UpdateConflictException()
           
UpdateConflictException(String documentId, String revision)
           
 
Method Summary
 String getMessage()
           
 
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
 

Constructor Detail

UpdateConflictException

public UpdateConflictException(String documentId,
                               String revision)

UpdateConflictException

public UpdateConflictException()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011. All Rights Reserved.