
Package ca.uhn.fhir.broker.api
Class ChannelConsumerStartFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.broker.api.ChannelConsumerStartFailureException
- All Implemented Interfaces:
Serializable
Thrown when a consumer fails to start (likely because it failed to connect to the broker.)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChannelConsumerStartFailureException
(String theErrorMessage, Exception theException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelConsumerStartFailureException
-