Package com.opencqrs.esdb.client
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.esdb.client.ClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientException.HttpException
,ClientException.InterruptedException
,ClientException.InvalidUsageException
,ClientException.MarshallingException
,ClientException.TransportException
Base class for an exception thrown from
EsdbClient
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Base class for exceptions related to HTTP status codes returned from an event store.static class
Exception class representing thread interruption.static class
Exception class representing errors due to invalidclient API
usage.static class
Exception class thrown byMarshaller
implementations due to serialization or deserialization errors.static class
Exception class representing network and/or connection errors. -
Constructor Summary
ConstructorsConstructorDescriptionClientException
(String message) ClientException
(String message, Throwable cause) ClientException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
-
ClientException
-
ClientException
-