Class HttpServerErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpServerErrorException.BadGateway, HttpServerErrorException.GatewayTimeout, HttpServerErrorException.InternalServerError, HttpServerErrorException.NotImplemented, HttpServerErrorException.ServiceUnavailable

public class HttpServerErrorException extends HttpStatusCodeException
Exception thrown when an HTTP 5xx is received.
Since:
3.0
Author:
Arjen Poutsma
See Also: