Uses of Enum
com.amazonaws.AmazonServiceException.ErrorType
Packages that use AmazonServiceException.ErrorType
-
Uses of AmazonServiceException.ErrorType in com.amazonaws
Methods in com.amazonaws that return AmazonServiceException.ErrorTypeModifier and TypeMethodDescriptionAmazonServiceException.getErrorType()
Indicates who is responsible for this exception (caller, service, or unknown).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.ErrorTypeModifier and TypeMethodDescriptionvoid
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.