Class PayloadOxumDoesNotExistException

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

public class PayloadOxumDoesNotExistException extends RuntimeException
The Bag object should contain the Payload-Oxum metatdata key value pair, this class represents the error when trying to calculate the payload-oxum and it doesn't exist on the bag object.
See Also:
  • Field Details

  • Constructor Details

    • PayloadOxumDoesNotExistException

      public PayloadOxumDoesNotExistException(String message)