@Response(code=417, description="Expectation Failed") @Deprecated public class ExpectationFailed extends RestException
The server cannot meet the requirements of the Expect request-header field.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
ExpectationFailed()
Deprecated.
Constructor.
|
ExpectationFailed(String msg)
Deprecated.
Constructor.
|
ExpectationFailed(String msg,
Object... args)
Deprecated.
Constructor.
|
ExpectationFailed(Throwable cause)
Deprecated.
Constructor.
|
ExpectationFailed(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 ExpectationFailed(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 ExpectationFailed(String msg)
msg - The message. Can be public ExpectationFailed()
public ExpectationFailed(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public ExpectationFailed(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.