Conflict@Response(code=409, description="Conflict") @Deprecated public class Conflict extends RestException
Indicates that the request could not be processed because of conflict in the request, such as an edit conflict between multiple simultaneous updates.
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE
Deprecated.
HTTP status code
|
static String |
MESSAGE
Deprecated.
Default message
|
| Constructor and Description |
|---|
Conflict()
Deprecated.
Constructor.
|
Conflict(String msg)
Deprecated.
Constructor.
|
Conflict(String msg,
Object... args)
Deprecated.
Constructor.
|
Conflict(Throwable cause)
Deprecated.
Constructor.
|
Conflict(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 Conflict(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 Conflict(String msg)
msg - The message. Can be public Conflict()
public Conflict(String msg, Object... args)
msg - The message. Can be args - Optional MessageFormat-style arguments in the message.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.