|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.gdata.storage.StorageException
org.apache.lucene.gdata.storage.ModificationConflictException
public class ModificationConflictException
This exception will be thrown if a Version conflict occures while updateing or deleteing an entry. Or if one entry is modified concurrently.
| 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 |
|---|
public ModificationConflictException()
public ModificationConflictException(String message)
message - -
the exception message
public ModificationConflictException(String message,
Throwable cause)
message - -
the exception messagecause - -
the root cause of this exceptionpublic ModificationConflictException(Throwable cause)
cause - -
the root cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||