Public Member Functions | Static Public Member Functions | Properties

AmazonClientException Class Reference

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.

List of all members.

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.

Detailed Description

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.


Member Function Documentation

+ (AmazonClientException * AmazonClientException.)exceptionWithMessage: (NSString *)  theMessage  

Return an exception with the given message.

Parameters:
theMessage The user-friendly message

Implemented in AmazonServiceException.

- (id AmazonClientException.)initWithMessage: (NSString *)  message  

The documentation for this class was generated from the following file: