Serialized Form
-
Package io.oxia.client.api.exceptions
-
Exception io.oxia.client.api.exceptions.KeyAlreadyExistsException
class KeyAlreadyExistsException extends OxiaException implements Serializable-
Serialized Fields
-
key
String key
The key that already exists at the server.
-
-
-
Exception io.oxia.client.api.exceptions.OxiaException
class OxiaException extends Exception implements Serializable -
Exception io.oxia.client.api.exceptions.SessionDoesNotExistException
class SessionDoesNotExistException extends OxiaException implements Serializable -
Exception io.oxia.client.api.exceptions.UnexpectedVersionIdException
class UnexpectedVersionIdException extends OxiaException implements Serializable-
Serialized Fields
-
key
String key
The key to which the call was scoped. -
version
long version
The record versionId present at the server.
-
-
-
Exception io.oxia.client.api.exceptions.UnsupportedAuthenticationException
class UnsupportedAuthenticationException extends OxiaException implements Serializable
-