Package io.oxia.client.api.exceptions


package io.oxia.client.api.exceptions
Checked exceptions raised by the Oxia client.

All client-side errors extend the abstract OxiaException. The synchronous client throws them directly; the asynchronous client surfaces them by completing the returned CompletableFuture exceptionally.