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 Summary
Nested Classes Modifier and Type Class Description static interfaceCrc32MismatchException.Builderprotected static classCrc32MismatchException.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedCrc32MismatchException(Crc32MismatchException.Builder b)Creates a new CRC32MismatchException with the specified message.
-
Method Summary
All 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.SdkClientException
create, getMessage
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
numAttempts, rawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Crc32MismatchException
protected Crc32MismatchException(Crc32MismatchException.Builder b)
Creates a new CRC32MismatchException with the specified message.
-
-
Method Detail
-
create
public static Crc32MismatchException create(String message, Throwable cause)
-
retryable
public boolean retryable()
Description copied from class:SdkExceptionSpecifies whether or not an exception can be expected to succeed on a retry.- Overrides:
retryablein classSdkException
-
toBuilder
public Crc32MismatchException.Builder toBuilder()
Description copied from class:SdkClientExceptionCreate aSdkClientException.Builderinitialized with the properties of thisSdkClientException.- Overrides:
toBuilderin classSdkClientException- Returns:
- A new builder initialized with this config's properties.
-
builder
public static Crc32MismatchException.Builder builder()
-
-