Class ConceptInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.dzhw.fdz.metadatamanagement.conceptmanagement.domain.ConceptInUseException
All Implemented Interfaces:
Serializable

public class ConceptInUseException
extends RuntimeException
Thrown if a delete attempt was made while the Concept is referenced by an instance of Instrument or Question.
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • instrumentIds

      private final Set<String> instrumentIds
    • questionIds

      private final Set<String> questionIds
  • Constructor Details

    • ConceptInUseException

      public ConceptInUseException​(Set<String> instrumentIds, Set<String> questionIds)