Package io.oxia.client.api.exceptions
Class SessionDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.oxia.client.api.exceptions.OxiaException
io.oxia.client.api.exceptions.SessionDoesNotExistException
- All Implemented Interfaces:
Serializable
The session does not exist on the server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionDoesNotExistException
public SessionDoesNotExistException()Creates an instance of the exception.
-