protected static final class AbortedException.BuilderImpl extends SdkClientException.BuilderImpl implements AbortedException.Builder
cause, message| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(AbortedException ex) |
| Modifier and Type | Method and Description |
|---|---|
AbortedException |
build()
Creates a new
SdkException with the specified properties. |
AbortedException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
AbortedException.Builder |
message(String message)
Specifies the details of this exception.
|
cause, getCause, getMessage, message, setCause, setMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcause, messageprotected BuilderImpl()
protected BuilderImpl(AbortedException ex)
public AbortedException.Builder message(String message)
SdkException.Buildermessage in interface AbortedException.Buildermessage in interface SdkClientException.Buildermessage in interface SdkException.Buildermessage in class SdkClientException.BuilderImplmessage - The details of this exception.public AbortedException.Builder cause(Throwable cause)
SdkException.Buildercause in interface AbortedException.Buildercause in interface SdkClientException.Buildercause in interface SdkException.Buildercause in class SdkClientException.BuilderImplcause - The exception that caused this exception to occur.public AbortedException build()
SdkException.BuilderSdkException with the specified properties.build in interface AbortedException.Builderbuild in interface SdkClientException.Builderbuild in interface SdkException.Builderbuild in interface Buildablebuild in class SdkClientException.BuilderImplSdkException.Copyright © 2019. All rights reserved.