Class LayerIdsMismatchException

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

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

    • LayerIdsMismatchException

      public LayerIdsMismatchException(List<Long> missingInDb, List<Long> missingInStorage)
  • Method Details

    • getMissingInDb

      public List<Long> getMissingInDb()
    • getMissingInStorage

      public List<Long> getMissingInStorage()