Serialized Form
-
Package io.oxia.client.api.exceptions
-
Exception KeyAlreadyExistsException
class KeyAlreadyExistsException extends OxiaException implements Serializable-
Serialized Fields
-
key
String key
The key that already exists at the server.
-
-
-
Exception OxiaException
class OxiaException extends Exception implements Serializable -
Exception SessionDoesNotExistException
class SessionDoesNotExistException extends OxiaException implements Serializable -
Exception 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 UnsupportedAuthenticationException
class UnsupportedAuthenticationException extends OxiaException implements Serializable
-