Package ca.uhn.fhir.context
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.context.ConfigurationException
- All Implemented Interfaces:
Serializable
Non-checked exception indicating that HAPI was unable to initialize due to
a detected configuration problem.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String theMessage) ConfigurationException
(String theMessage, Throwable theCause) ConfigurationException
(Throwable theCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException() -
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-