@InterfaceAudience.Public
@InterfaceStability.Stable
public class CredentialInitializationException
extends com.amazonaws.AmazonClientException
AmazonClientException which sets
isRetryable() to false, so as to fail fast.
This is used in credential providers and elsewhere.
When passed through S3AUtils.translateException() it
is mapped to an AccessDeniedException. As a result, the Invoker
code will automatically translate| Constructor and Description |
|---|
CredentialInitializationException(String message) |
CredentialInitializationException(String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetryable()
This exception is not going to go away if you try calling it again.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008–2022 Apache Software Foundation. All rights reserved.