@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityNotExistsException extends AmazonWorkDocsException
The resource does not exist.
AmazonServiceException.ErrorType
Constructor and Description |
---|
EntityNotExistsException(String message)
Constructs a new EntityNotExistsException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getEntityIds() |
void |
setEntityIds(Collection<String> entityIds) |
EntityNotExistsException |
withEntityIds(Collection<String> entityIds) |
EntityNotExistsException |
withEntityIds(String... entityIds)
NOTE: This method appends the values to the existing list (if any).
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EntityNotExistsException(String message)
message
- Describes the error encountered.public void setEntityIds(Collection<String> entityIds)
entityIds
- public EntityNotExistsException withEntityIds(String... entityIds)
NOTE: This method appends the values to the existing list (if any). Use
setEntityIds(java.util.Collection)
or withEntityIds(java.util.Collection)
if you want to
override the existing values.
entityIds
- public EntityNotExistsException withEntityIds(Collection<String> entityIds)
entityIds
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.