Class ChecksumMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.storage.ocfl.exception.ChecksumMismatchException
All Implemented Interfaces:
Serializable

public class ChecksumMismatchException extends RuntimeException
Indicates that the actual checksum of a file did not match the expectation
Author:
pwinckles
See Also:
  • Constructor Details

    • ChecksumMismatchException

      public ChecksumMismatchException(List<String> problems)
  • Method Details