Java com.amazonaws AmazonClientException fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws AmazonClientException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws AmazonClientException.

The text is from its open source code.

Subclass

com.amazonaws.AmazonClientException has subclasses.
Click this link to see all its subclasses.

Constructor

AmazonClientException(String message, Throwable t)
Creates a new AmazonClientException with the specified message, and root cause.
AmazonClientException(String message)
Creates a new AmazonClientException with the specified message.
AmazonClientException(Throwable t)

Method

booleanisRetryable()
Returns a hint as to whether it makes sense to retry upon this exception.