Class ItemsMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.layerstore.ItemsMismatchException
All Implemented Interfaces:
Serializable

public class ItemsMismatchException extends Exception
Exception thrown when the items in the database and the items in the storage do not match.
See Also:
  • Constructor Details

    • ItemsMismatchException

      public ItemsMismatchException(List<Item> missingInDb, List<Item> missingInStorage)
  • Method Details

    • getMissingInDb

      public List<Item> getMissingInDb()
    • getMissingInStorage

      public List<Item> getMissingInStorage()