Class UnknownFhirIdObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.UnknownFhirIdObjectException
All Implemented Interfaces:
Serializable

public class UnknownFhirIdObjectException extends Exception
should be thrown when the given object for a fhir id is not implemented within DAO.getObjectByFhirID
Author:
geidell
See Also:
  • Constructor Details

    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException()
    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException(String message, Throwable cause)
    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException(String message)
    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException(Throwable cause)