
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
public class ConfigurationException extends RuntimeException
Non-checked exception indicating that HAPI was unable to initialize due to a detected configuration problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException()
ConfigurationException(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 Detail
-
ConfigurationException
public ConfigurationException()
-
ConfigurationException
public ConfigurationException(String theMessage, Throwable theCause)
-
ConfigurationException
public ConfigurationException(String theMessage)
-
ConfigurationException
public ConfigurationException(Throwable theCause)
-
-