ChecksumException

public class ChecksumException extends IOException

An exception that should be thrown when the check sum value for a file is invalid. Creation Date: 21/12/2006

Author:Twinsen

Constructors

ChecksumException

public ChecksumException()

Creates a new instance of ChecksumException.

ChecksumException

public ChecksumException(String message)

Creates a new instance of ChecksumException.

Parameters:
  • message – the error message.