@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConcurrentModificationException extends AmazonNeptunedataException
Raised when a request attempts to modify data that is concurrently being modified by another process.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ConcurrentModificationException(String message)
Constructs a new ConcurrentModificationException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
The HTTP status code returned with the exception.
|
String |
getDetailedMessage()
A detailed message describing the problem.
|
String |
getRequestId()
The ID of the request in question.
|
void |
setCode(String code)
The HTTP status code returned with the exception.
|
void |
setDetailedMessage(String detailedMessage)
A detailed message describing the problem.
|
void |
setRequestId(String requestId)
The ID of the request in question.
|
ConcurrentModificationException |
withCode(String code)
The HTTP status code returned with the exception.
|
ConcurrentModificationException |
withDetailedMessage(String detailedMessage)
A detailed message describing the problem.
|
ConcurrentModificationException |
withRequestId(String requestId)
The ID of the request in question.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrentModificationException(String message)
message
- Describes the error encountered.public void setDetailedMessage(String detailedMessage)
A detailed message describing the problem.
detailedMessage
- A detailed message describing the problem.public String getDetailedMessage()
A detailed message describing the problem.
public ConcurrentModificationException withDetailedMessage(String detailedMessage)
A detailed message describing the problem.
detailedMessage
- A detailed message describing the problem.public void setRequestId(String requestId)
The ID of the request in question.
setRequestId
in class AmazonServiceException
requestId
- The ID of the request in question.public String getRequestId()
The ID of the request in question.
getRequestId
in class AmazonServiceException
public ConcurrentModificationException withRequestId(String requestId)
The ID of the request in question.
requestId
- The ID of the request in question.public void setCode(String code)
The HTTP status code returned with the exception.
code
- The HTTP status code returned with the exception.public String getCode()
The HTTP status code returned with the exception.
public ConcurrentModificationException withCode(String code)
The HTTP status code returned with the exception.
code
- The HTTP status code returned with the exception.