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
 
 public final class Crc32MismatchException extends SdkClientException Extension ofSdkClientExceptionthat is thrown whenever the client-side computed CRC32 does not match the server-side computed CRC32.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceCrc32MismatchException.Builderprotected static classCrc32MismatchException.BuilderImpl
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedCrc32MismatchException(Crc32MismatchException.Builder b)Creates a new CRC32MismatchException with the specified message.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Crc32MismatchException.Builderbuilder()static Crc32MismatchExceptioncreate(String message, Throwable cause)booleanretryable()Specifies whether or not an exception can be expected to succeed on a retry.Crc32MismatchException.BuildertoBuilder()Create aSdkClientException.Builderinitialized with the properties of thisSdkClientException.- 
Methods inherited from class software.amazon.awssdk.core.exception.SdkClientExceptioncreate, getMessage
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkExceptionnumAttempts, rawMessage
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
Crc32MismatchExceptionprotected Crc32MismatchException(Crc32MismatchException.Builder b) Creates a new CRC32MismatchException with the specified message.
 
- 
 - 
Method Detail- 
createpublic static Crc32MismatchException create(String message, Throwable cause) 
 - 
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
 
 - 
toBuilderpublic Crc32MismatchException.Builder toBuilder() Description 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.
 
 - 
builderpublic static Crc32MismatchException.Builder builder() 
 
- 
 
-