Uses of Class
org.axonframework.messaging.core.HandlerExecutionException
Packages that use HandlerExecutionException
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of HandlerExecutionException in org.axonframework.messaging.commandhandling
Subclasses of HandlerExecutionException in org.axonframework.messaging.commandhandlingModifier and TypeClassDescriptionclassIndicates that an exception has occurred while handling a command. -
Uses of HandlerExecutionException in org.axonframework.messaging.queryhandling
Subclasses of HandlerExecutionException in org.axonframework.messaging.queryhandlingModifier and TypeClassDescriptionclassException indicating that the execution of a Query Handler has resulted in an exception.