package com.amazonaws.internal; import java.io.IOException; /* loaded from: classes.dex */ public class CRC32MismatchException extends IOException { private static final long serialVersionUID = 1; public CRC32MismatchException(String str) { super(str); } }