@Response(code=421, description="Misdirected Request") @Deprecated public class MisdirectedRequest extends RestException
The request was directed at a server that is not able to produce a response (for example because of connection reuse).
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
MisdirectedRequest()
Deprecated.
Constructor.
|
MisdirectedRequest(String msg)
Deprecated.
Constructor.
|
MisdirectedRequest(String msg,
Object... args)
Deprecated.
Constructor.
|
MisdirectedRequest(Throwable cause)
Deprecated.
Constructor.
|
MisdirectedRequest(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 MisdirectedRequest(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 MisdirectedRequest(String msg)
msg - The message. Can be public MisdirectedRequest()
public MisdirectedRequest(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public MisdirectedRequest(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.