Uses of Class
com.amazonaws.AmazonServiceException.ErrorType

Packages that use AmazonServiceException.ErrorType
com.amazonaws   
 

Uses of AmazonServiceException.ErrorType in com.amazonaws
 

Methods in com.amazonaws that return AmazonServiceException.ErrorType
 AmazonServiceException.ErrorType AmazonServiceException.getErrorType()
          Indicates who is responsible for this exception (caller, service, or unknown).
static AmazonServiceException.ErrorType AmazonServiceException.ErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AmazonServiceException.ErrorType[] AmazonServiceException.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws with parameters of type AmazonServiceException.ErrorType
 void AmazonServiceException.setErrorType(AmazonServiceException.ErrorType errorType)
          Sets the type of error represented by this exception (sender, receiver, or unknown), indicating if this exception was the caller's fault, or the service's fault.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.