public class ChecksumException extends IOException
| Constructor and Description |
|---|
ChecksumException()
Constructs a new checksum exception with no detailed error message.
|
ChecksumException(String s)
Constructs a new checksum exception with a detailed error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChecksumException()
public ChecksumException(String s)
s - The detailed error message.