@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainAlreadyExistsException extends AmazonSimpleWorkflowException
Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.
AmazonServiceException.ErrorType
Constructor and Description |
---|
DomainAlreadyExistsException(String message)
Constructs a new DomainAlreadyExistsException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DomainAlreadyExistsException(String message)
message
- Describes the error encountered.