Class CorruptChecksumException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.bagit.exceptions.CorruptChecksumException
All Implemented Interfaces:
Serializable

public class CorruptChecksumException extends Exception
Class to represent an error when the calculated checksum is different than the manifest specified checksum.
See Also:
  • Field Details

  • Constructor Details

    • CorruptChecksumException

      public CorruptChecksumException(String message, Path path, String algorithm, String hash, String computedHash)