Uses of Class
com.amazonaws.AmazonServiceException.ErrorType
-
Packages that use AmazonServiceException.ErrorType Package Description com.amazonaws -
-
Uses of AmazonServiceException.ErrorType in com.amazonaws
Methods in com.amazonaws that return AmazonServiceException.ErrorType Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-