@Response(code=424, description="Failed Dependency") public class FailedDependency extends HttpException
The request failed because it depended on another request and that request failed (e.g., a PROPPATCH).
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
HTTP status code
|
static String |
MESSAGE
Default message
|
| Constructor and Description |
|---|
FailedDependency()
Constructor.
|
FailedDependency(String msg)
Constructor.
|
FailedDependency(String msg,
Object... args)
Constructor.
|
FailedDependency(Throwable cause)
Constructor.
|
FailedDependency(Throwable cause,
String msg,
Object... args)
Constructor.
|
getFullStackMessage, getRootCause, getStatus, hashCode, setStatus, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int CODE
public static final String MESSAGE
public FailedDependency(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 FailedDependency(String msg)
msg - The message. Can be public FailedDependency()
public FailedDependency(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.public FailedDependency(Throwable cause)
cause - The cause. Can be Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.