Exception Summary |
FinalizationException |
An Exception that indicates that a file is in the wrong finalization
state. |
KeyOrderingException |
A KeyOrderingException is thrown by the method
FileWriteChannel.write(ByteBuffer, String) if the sequenceKey
parameter is not null and the backend system already has recorded a
last good sequence key for the file and sequenceKey is not
lexicographically strictly greater than the last good sequence key. |
LockException |
An exception that indicates one of two possible cases:
An exclusive lock on a file is held by a different App Engine request and
so the file may not be accessed in this request
This request is trying to acquire an exclusive lock on a file but the
file is already opened in a different App Engine request
|