Class ServiceUnavailable

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(503) @Schema(description="Service Unavailable") public class ServiceUnavailable extends BasicHttpException
Exception representing an HTTP 503 (Service Unavailable).

The server is currently unavailable (because it is overloaded or down for maintenance).
Generally, this is a temporary state.

See Also: