Class Crc32MismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.awssdk.core.exception.SdkException
software.amazon.awssdk.core.exception.SdkClientException
software.amazon.awssdk.core.exception.Crc32MismatchException
- All Implemented Interfaces:
- Serializable
Extension of 
SdkClientException that is thrown whenever the
 client-side computed CRC32 does not match the server-side computed CRC32.- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()static Crc32MismatchExceptionbooleanSpecifies whether or not an exception can be expected to succeed on a retry.Create aSdkClientException.Builderinitialized with the properties of thisSdkClientException.Methods inherited from class software.amazon.awssdk.core.exception.SdkClientExceptioncreate, getMessageMethods inherited from class software.amazon.awssdk.core.exception.SdkExceptionnumAttempts, rawMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Method Details- 
create
- 
retryablepublic boolean retryable()Description copied from class:SdkExceptionSpecifies whether or not an exception can be expected to succeed on a retry.- Overrides:
- retryablein class- SdkException
 
- 
toBuilderDescription copied from class:SdkClientExceptionCreate aSdkClientException.Builderinitialized with the properties of thisSdkClientException.- Overrides:
- toBuilderin class- SdkClientException
- Returns:
- A new builder initialized with this config's properties.
 
- 
builder
 
-