public class CRC32MismatchException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
CRC32MismatchException(java.lang.String message)
Creates a new CRC32MismatchException with the specified message.
|
CRC32MismatchException(java.lang.String message,
java.lang.Throwable t)
Creates a new CRC32MismatchException with the specified message, and root
cause.
|
private static final long serialVersionUID
public CRC32MismatchException(java.lang.String message, java.lang.Throwable t)
message
- An error message describing why this exception was thrown.t
- The underlying cause of this exception.public CRC32MismatchException(java.lang.String message)
message
- An error message describing why this exception was thrown.