Klasse UnknownFhirIdObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.UnknownFhirIdObjectException
Alle implementierten Schnittstellen:
Serializable

public class UnknownFhirIdObjectException extends Exception
should be thrown when the given object for a fhir id is not implemented within DAO.getObjectByFhirID
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException()
    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException(String message, Throwable cause)
    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException(String message)
    • UnknownFhirIdObjectException

      public UnknownFhirIdObjectException(Throwable cause)