@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConflictException extends AWSBackupGatewayException
The operation cannot proceed because it is not supported.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ConflictException(String message)
Constructs a new ConflictException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
A description of why the operation is not supported.
|
void |
setErrorCode(String errorCode)
A description of why the operation is not supported.
|
ConflictException |
withErrorCode(String errorCode)
A description of why the operation is not supported.
|
getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConflictException(String message)
message
- Describes the error encountered.public void setErrorCode(String errorCode)
A description of why the operation is not supported.
setErrorCode
in class AmazonServiceException
errorCode
- A description of why the operation is not supported.public String getErrorCode()
A description of why the operation is not supported.
getErrorCode
in class AmazonServiceException
public ConflictException withErrorCode(String errorCode)
A description of why the operation is not supported.
errorCode
- A description of why the operation is not supported.