public class Crc32MismatchException extends SdkClientException
SdkClientException
that is thrown whenever the
client-side computed CRC32 does not match the server-side computed CRC32.
This exception will not be retried by the SDK but may be retryable by the client.
Retrying may succeed if the mismatch occurred during the transmission of the response
over the network or during the write to disk. The SDK does not retry this exception
as this may result in additional calls being made that may contain large payloads.Constructor and Description |
---|
Crc32MismatchException(String message)
Creates a new CRC32MismatchException with the specified message.
|
Crc32MismatchException(String message,
Throwable t)
Creates a new CRC32MismatchException with the specified message, and root
cause.
|
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Crc32MismatchException(String message, Throwable t)
message
- An error message describing why this exception was thrown.t
- The underlying cause of this exception.public Crc32MismatchException(String message)
message
- An error message describing why this exception was thrown.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.