Class ServiceUnavailable

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.http.response.BasicHttpException
org.apache.juneau.http.response.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: