public class CRC32MismatchException extends IOException
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.
|
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 © 2024. All rights reserved.