Class SourceException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- software.amazon.awssdk.core.exception.SdkException
 - 
- software.amazon.awssdk.services.dynamodb.endpoints.internal.SourceException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@SdkInternalApi public class SourceException extends SdkException
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceException.BuilderImpl 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static software.amazon.awssdk.services.dynamodb.endpoints.internal.SourceException.Builderbuilder()- 
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, numAttempts, rawMessage, retryable, toBuilder 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -