public class EndpointDiscoveryFailedException extends SdkClientException
Modifier and Type | Class and Description |
---|---|
static interface |
EndpointDiscoveryFailedException.Builder |
protected static class |
EndpointDiscoveryFailedException.BuilderImpl |
Modifier and Type | Method and Description |
---|---|
static EndpointDiscoveryFailedException.Builder |
builder() |
static EndpointDiscoveryFailedException |
create(Throwable cause) |
EndpointDiscoveryFailedException.Builder |
toBuilder()
Create a
SdkClientException.Builder initialized with the properties of this SdkClientException . |
create, create
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static EndpointDiscoveryFailedException.Builder builder()
public static EndpointDiscoveryFailedException create(Throwable cause)
public EndpointDiscoveryFailedException.Builder toBuilder()
SdkClientException
SdkClientException.Builder
initialized with the properties of this SdkClientException
.toBuilder
in class SdkClientException
Copyright © 2020. All rights reserved.