Class AwsServiceException

  • All Implemented Interfaces:
    Serializable, SdkPojo

    public class AwsServiceException
    extends SdkServiceException
    Extension of SdkServiceException that represents an error response returned by an Amazon web service.

    AmazonServiceException provides callers several pieces of information that can be used to obtain more information about the error and why it occurred. In particular, the errorType field can be used to determine if the caller's request was invalid, or the service encountered an error on the server side while processing it.

    See Also:
    SdkServiceException, Serialized Form