public static interface SdkClientException.Builder extends SdkException.Builder
Modifier and Type | Method and Description |
---|---|
SdkClientException |
build()
Creates a new
SdkException with the specified properties. |
SdkClientException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
SdkClientException.Builder |
message(String message)
Specifies the details of this exception.
|
cause, message
SdkClientException.Builder message(String message)
SdkException.Builder
message
in interface SdkException.Builder
message
- The details of this exception.SdkClientException.Builder cause(Throwable cause)
SdkException.Builder
cause
in interface SdkException.Builder
cause
- The exception that caused this exception to occur.SdkClientException build()
SdkException.Builder
SdkException
with the specified properties.build
in interface Buildable
build
in interface SdkException.Builder
SdkException
.Copyright © 2018. All rights reserved.