Generic excpetion type for AWS client errors Client exceptions are thrown for conditions which occur in the client and its configuration. More...
#import <AmazonClientException.h>
Inherited by AmazonServiceException, and AmazonSignatureException.
Public Member Functions | |
(id) | - initWithMessage: |
Initialize the exception with a message. | |
Static Public Member Functions | |
(AmazonClientException *) | + exceptionWithMessage: |
Return an exception with the given message. | |
Properties | |
NSString * | message |
Description of the exception. |
Generic excpetion type for AWS client errors Client exceptions are thrown for conditions which occur in the client and its configuration.
These are conditions which need to be corrected in the client. Service exceptions are indicated by throwing AWSServiceException.
+ (AmazonClientException * AmazonClientException.)exceptionWithMessage: | (NSString *) | theMessage |
Return an exception with the given message.
theMessage | The user-friendly message |
Implemented in AmazonServiceException.
- (id AmazonClientException.)initWithMessage: | (NSString *) | message |
Initialize the exception with a message.
message | The message. |
Implemented in AmazonServiceException, SimpleDBAttributeDoesNotExistException, SimpleDBDuplicateItemNameException, SimpleDBInvalidNextTokenException, SimpleDBInvalidNumberPredicatesException, SimpleDBInvalidNumberValueTestsException, SimpleDBInvalidParameterValueException, SimpleDBInvalidQueryExpressionException, SimpleDBMissingParameterException, SimpleDBNoSuchDomainException, SimpleDBNumberDomainAttributesExceededException, SimpleDBNumberDomainBytesExceededException, SimpleDBNumberDomainsExceededException, SimpleDBNumberItemAttributesExceededException, SimpleDBNumberSubmittedAttributesExceededException, SimpleDBNumberSubmittedItemsExceededException, SimpleDBRequestTimeoutException, SimpleDBTooManyRequestedAttributesException, SNSAuthorizationErrorException, SNSInternalErrorException, SNSInvalidParameterException, SNSNotFoundException, SNSSubscriptionLimitExceededException, SNSTopicLimitExceededException, SQSInvalidAttributeNameException, SQSInvalidMessageContentsException, SQSQueueDeletedRecentlyException, SQSQueueNameExistsException, and SQSReceiptHandleIsInvalidException.