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 classBase class for exceptions related to HTTP status codes returned from an event store.static classException class representing thread interruption.static classException class representing errors due to invalidclient APIusage.static classException class thrown byMarshallerimplementations due to serialization or deserialization errors.static classException 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
-