Example usage for com.amazonaws AmazonClientException subclass-usage

List of usage examples for com.amazonaws AmazonClientException subclass-usage

Introduction

In this page you can find the example usage for com.amazonaws AmazonClientException subclass-usage.

Usage

From source file io.fineo.client.auth.cognito.exception.CognitoIdentityProviderException.java

/**
 * This exception is thrown for any errors during Cognito Identity Provider operations
 */
public class CognitoIdentityProviderException extends AmazonClientException {

    private static final long serialVersionUID = 8038301061230088279L;

From source file org.apache.hadoop.fs.s3a.CredentialInitializationException.java

/**
 * Exception which Hadoop's AWSCredentialsProvider implementations should
 * throw when there is a problem with the credential setup. This
 * is a subclass of {@link AmazonClientException} which sets
 * {@link #isRetryable()} to false, so as to fail fast.
 */