Hi,
We are sending some commands in domain services and we like to capture the original exceptions thrown by the aggregates, but it seems the exception it lost and only the message remains.
The stack contains a “CommandExecutionException” with cause “AxonServerRemoteCommandHandlingException”.
Is there any way to determine which is the original exception thrown by the Aggregate?
Regards