Uses of Class
org.refcodes.servicebus.ServiceBusRuntimeException
-
-
Uses of ServiceBusRuntimeException in org.refcodes.servicebus
Subclasses of ServiceBusRuntimeException in org.refcodes.servicebus Modifier and Type Class Description classAmbiguousServiceRuntimeExceptionThis exception is thrown whenever a service cannot be unambiguously distinguished from another service because a matcher was not strict enough to identify just one service.classDuplicateServiceRuntimeExceptionThis exception is thrown whenever a service, which cannot be distinguished from another service, is added to the service bus.classNoMatchingServiceRuntimeExceptionThis exception is thrown whenever a service cannot be unambiguously distinguished from another service because a matcher was not strict enough to identify just one service.classUnknownServiceRuntimeExceptionThis exception is thrown whenever a service, which cannot be distinguished from another service, is added to the service bus.
-