@Generated(value="software.amazon.awssdk:codegen") public final class ExternalServiceException extends CognitoIdentityException implements ToCopyableBuilder<ExternalServiceException.Builder,ExternalServiceException>
An exception thrown when a dependent service such as Facebook or Twitter is not responding
Modifier and Type | Class and Description |
---|---|
static interface |
ExternalServiceException.Builder |
Modifier and Type | Method and Description |
---|---|
static ExternalServiceException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExternalServiceException.Builder> |
serializableBuilderClass() |
ExternalServiceException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public ExternalServiceException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<ExternalServiceException.Builder,ExternalServiceException>
toBuilder
in class CognitoIdentityException
public static ExternalServiceException.Builder builder()
public static Class<? extends ExternalServiceException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.