Package com.opencqrs.esdb.client
Class ClientException.HttpException.HttpServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.esdb.client.ClientException
com.opencqrs.esdb.client.ClientException.HttpException
com.opencqrs.esdb.client.ClientException.HttpException.HttpServerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ClientException.HttpException
public static class ClientException.HttpException.HttpServerException
extends ClientException.HttpException
Exception class thrown for HTTP status codes
5xx
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.opencqrs.esdb.client.ClientException.HttpException
ClientException.HttpException.HttpClientException, ClientException.HttpException.HttpServerException
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 com.opencqrs.esdb.client.ClientException.HttpException
getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpServerException
-