@Response(code=503, description="Service Unavailable") @Deprecated public class ServiceUnavailable extends RestException
The server is currently unavailable (because it is overloaded or down for maintenance).
Generally, this is a temporary state.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
ServiceUnavailable()
Deprecated.
Constructor.
|
ServiceUnavailable(String msg)
Deprecated.
Constructor.
|
ServiceUnavailable(String msg,
Object... args)
Deprecated.
Constructor.
|
ServiceUnavailable(Throwable cause)
Deprecated.
Constructor.
|
ServiceUnavailable(Throwable cause,
String msg,
Object... args)
Deprecated.
Constructor.
|
getFullStackMessage, getOccurrence, getRootCause, getStatus, hashCode, setOccurrence, setStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int CODE
public static final String MESSAGE
public ServiceUnavailable(Throwable cause, String msg, Object... args)
cause - The cause. Can be msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public ServiceUnavailable(String msg)
msg - The message. Can be public ServiceUnavailable()
public ServiceUnavailable(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public ServiceUnavailable(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.