Uses of Interface
software.amazon.awssdk.core.exception.SdkException.Builder
-
Packages that use SdkException.Builder Package Description software.amazon.awssdk.core.endpointdiscovery software.amazon.awssdk.core.exception -
-
Uses of SdkException.Builder in software.amazon.awssdk.core.endpointdiscovery
Subinterfaces of SdkException.Builder in software.amazon.awssdk.core.endpointdiscovery Modifier and Type Interface Description static interfaceEndpointDiscoveryFailedException.BuilderClasses in software.amazon.awssdk.core.endpointdiscovery that implement SdkException.Builder Modifier and Type Class Description protected static classEndpointDiscoveryFailedException.BuilderImpl -
Uses of SdkException.Builder in software.amazon.awssdk.core.exception
Subinterfaces of SdkException.Builder in software.amazon.awssdk.core.exception Modifier and Type Interface Description static interfaceAbortedException.Builderstatic interfaceApiCallAttemptTimeoutException.Builderstatic interfaceApiCallTimeoutException.Builderstatic interfaceCrc32MismatchException.Builderstatic interfaceNonRetryableException.Builderstatic interfaceRetryableException.Builderstatic interfaceSdkClientException.Builderstatic interfaceSdkServiceException.BuilderClasses in software.amazon.awssdk.core.exception that implement SdkException.Builder Modifier and Type Class Description protected static classAbortedException.BuilderImplprotected static classApiCallAttemptTimeoutException.BuilderImplprotected static classApiCallTimeoutException.BuilderImplprotected static classCrc32MismatchException.BuilderImplprotected static classNonRetryableException.BuilderImplprotected static classRetryableException.BuilderImplprotected static classSdkClientException.BuilderImplprotected static classSdkException.BuilderImplprotected static classSdkServiceException.BuilderImplMethods in software.amazon.awssdk.core.exception that return SdkException.Builder Modifier and Type Method Description static SdkException.BuilderSdkException. builder()SdkException.BuilderSdkException.Builder. cause(Throwable cause)Specifies the exception that caused this exception to occur.SdkException.BuilderSdkException.BuilderImpl. cause(Throwable cause)SdkException.BuilderSdkException.Builder. message(String message)Specifies the details of this exception.SdkException.BuilderSdkException.BuilderImpl. message(String message)SdkException.BuilderSdkException. toBuilder()Create aSdkException.Builderinitialized with the properties of thisSdkException.SdkException.BuilderSdkException.Builder. writableStackTrace(Boolean writableStackTrace)Specifies whether the stack trace in this exception can be written.SdkException.BuilderSdkException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)Constructors in software.amazon.awssdk.core.exception with parameters of type SdkException.Builder Constructor Description SdkException(SdkException.Builder builder)
-