org.apache.lucene.gdata.storage
Class ModificationConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.gdata.storage.StorageException
                  extended by org.apache.lucene.gdata.storage.ModificationConflictException
All Implemented Interfaces:
Serializable

public class ModificationConflictException
extends StorageException

This exception will be thrown if a Version conflict occures while updateing or deleteing an entry. Or if one entry is modified concurrently.

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
ModificationConflictException()
          Constructs a new ModificationConflictException
ModificationConflictException(String message)
          Constructs a new ModificationConflictException
ModificationConflictException(String message, Throwable cause)
          Constructs a new ModificationConflictException
ModificationConflictException(Throwable cause)
          Constructs a new ModificationConflictException
 
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

ModificationConflictException

public ModificationConflictException()
Constructs a new ModificationConflictException


ModificationConflictException

public ModificationConflictException(String message)
Constructs a new ModificationConflictException

Parameters:
message - - the exception message

ModificationConflictException

public ModificationConflictException(String message,
                                     Throwable cause)
Constructs a new ModificationConflictException

Parameters:
message - - the exception message
cause - - the root cause of this exception

ModificationConflictException

public ModificationConflictException(Throwable cause)
Constructs a new ModificationConflictException

Parameters:
cause - - the root cause of this exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.