public class NotFoundException extends AmazonServiceException
A service resource associated with the request could not be found. Such requests should not be retried by clients.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
NotFoundException(String message)
Constructs a new NotFoundException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String message)
message - Describes the error encountered.Copyright © 2016. All rights reserved.