Uses of Class
de.quantummaid.eventmaid.internal.exceptions.BubbleUpWrappedException
-
Packages that use BubbleUpWrappedException Package Description de.quantummaid.eventmaid.channel.exception de.quantummaid.eventmaid.messageBus.internal.exception -
-
Uses of BubbleUpWrappedException in de.quantummaid.eventmaid.channel.exception
Methods in de.quantummaid.eventmaid.channel.exception with parameters of type BubbleUpWrappedException Modifier and Type Method Description default voidChannelExceptionHandler. handleBubbledUpException(BubbleUpWrappedException e) -
Uses of BubbleUpWrappedException in de.quantummaid.eventmaid.messageBus.internal.exception
Methods in de.quantummaid.eventmaid.messageBus.internal.exception with parameters of type BubbleUpWrappedException Modifier and Type Method Description voidDelegatingChannelExceptionHandler. handleBubbledUpException(BubbleUpWrappedException e)
-