Class UnsupportedAlgorithmException

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

public class UnsupportedAlgorithmException extends Exception
When the bag uses an checksum algorithm that is not supported by MessageDigest.
See Also:
  • Field Details

  • Constructor Details

    • UnsupportedAlgorithmException

      public UnsupportedAlgorithmException(String message, String bagitAlgorithmName, Throwable cause)