@Deprecated
public class KeyOrderingException
extends java.io.IOException
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. The last
good sequence key may then be retrieved via the method
getLastGoodSequenceKey()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLastGoodSequenceKey()
Deprecated.
|