Class FhirTranslationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.ihe.fhir.translation.FhirTranslationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidUriSyntaxException, UnmappableUriException

public class FhirTranslationException extends RuntimeException
Since:
3.1
Author:
Christian Ohr
See Also:
  • Constructor Details

    • FhirTranslationException

      public FhirTranslationException(String message)
    • FhirTranslationException

      public FhirTranslationException(String message, Throwable cause)
    • FhirTranslationException

      public FhirTranslationException(Throwable cause)