Package com.opencqrs.esdb.client
Class ClientException.HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.esdb.client.ClientException
com.opencqrs.esdb.client.ClientException.HttpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientException.HttpException.HttpClientException
,ClientException.HttpException.HttpServerException
- Enclosing class:
ClientException
Base class for exceptions related to HTTP status codes returned from an event store.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Exception class thrown for HTTP status codes4xx
.static class
Exception class thrown for HTTP status codes5xx
.Nested classes/interfaces inherited from class com.opencqrs.esdb.client.ClientException
ClientException.HttpException, ClientException.InterruptedException, ClientException.InvalidUsageException, ClientException.MarshallingException, ClientException.TransportException
-
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
-
HttpException
-
-
Method Details
-
getStatusCode
public int getStatusCode()
-