@InterfaceAudience.Public
@InterfaceStability.Stable
public class CredentialInitializationException
extends software.amazon.awssdk.core.exception.SdkClientException
SdkClientException
which sets
retryable()
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.Constructor and Description |
---|
CredentialInitializationException(String message) |
CredentialInitializationException(String message,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
boolean |
retryable()
This exception is not going to go away if you try calling it again.
|
builder, create, create, toBuilder
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.