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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChecksumMismatchException(List<String> problems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()List<String>getProblems()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-