Uses of Class
com.xerox.amazonws.common.AWSException

Packages that use AWSException
com.xerox.amazonws.common   
com.xerox.amazonws.devpay   
com.xerox.amazonws.ec2   
com.xerox.amazonws.fps   
com.xerox.amazonws.monitoring   
com.xerox.amazonws.sdb   
com.xerox.amazonws.simpledb   
com.xerox.amazonws.sns   
com.xerox.amazonws.sqs2   
 

Uses of AWSException in com.xerox.amazonws.common
 

Methods in com.xerox.amazonws.common that throw AWSException
<T> T
AWSQueryConnection.makeRequest(org.apache.http.client.methods.HttpRequestBase method, String action, Map<String,String> params, Class<T> respType)
          Make a http request and process the response.
 

Constructors in com.xerox.amazonws.common with parameters of type AWSException
AWSException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.devpay
 

Subclasses of AWSException in com.xerox.amazonws.devpay
 class DevPayException
          A wrapper exception to simplify catching errors related to devpay activity.
 

Constructors in com.xerox.amazonws.devpay with parameters of type AWSException
DevPayException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.ec2
 

Subclasses of AWSException in com.xerox.amazonws.ec2
 class AutoScalingException
          A wrapper exception to simplify catching errors related to auto scaling activity.
 class EC2Exception
          A wrapper exception to simplify catching errors related to ec2 activity.
 class LoadBalancingException
          A wrapper exception to simplify catching errors related to load balancing activity.
 

Constructors in com.xerox.amazonws.ec2 with parameters of type AWSException
AutoScalingException(AWSException ex)
           
EC2Exception(AWSException ex)
           
LoadBalancingException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.fps
 

Subclasses of AWSException in com.xerox.amazonws.fps
 class FPSException
           
 class InvalidSignatureException
           
 

Constructors in com.xerox.amazonws.fps with parameters of type AWSException
FPSException(AWSException cause)
           
 

Uses of AWSException in com.xerox.amazonws.monitoring
 

Subclasses of AWSException in com.xerox.amazonws.monitoring
 class MonitoringException
          A wrapper exception to simplify catching errors related to monitoring activity.
 

Constructors in com.xerox.amazonws.monitoring with parameters of type AWSException
MonitoringException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.sdb
 

Subclasses of AWSException in com.xerox.amazonws.sdb
 class SDBException
          A wrapper exception to simplify catching errors related to sdb activity.
 

Constructors in com.xerox.amazonws.sdb with parameters of type AWSException
SDBException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.simpledb
 

Constructors in com.xerox.amazonws.simpledb with parameters of type AWSException
SDBException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.sns
 

Subclasses of AWSException in com.xerox.amazonws.sns
 class SNSException
          A wrapper exception to simplify catching errors related to SNS activity.
 

Constructors in com.xerox.amazonws.sns with parameters of type AWSException
SNSException(AWSException ex)
           
 

Uses of AWSException in com.xerox.amazonws.sqs2
 

Subclasses of AWSException in com.xerox.amazonws.sqs2
 class SQSException
          A wrapper exception to simplify catching errors related to queue activity.
 

Constructors in com.xerox.amazonws.sqs2 with parameters of type AWSException
SQSException(AWSException ex)