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