Uses of Class
org.axonframework.messaging.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.commandhandling
Subclasses of HandlerExecutionException in org.axonframework.commandhandlingModifier and TypeClassDescriptionclassIndicates that an exception has occurred while handling a command. -
Uses of HandlerExecutionException in org.axonframework.queryhandling
Subclasses of HandlerExecutionException in org.axonframework.queryhandlingModifier and TypeClassDescriptionclassException indicating that the execution of a Query Handler has resulted in an exception.