Class CommandExecutionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.cqrs4j.CommandExecutionFailedException
All Implemented Interfaces:
Serializable

public final class CommandExecutionFailedException extends Exception
The execution of a command failed. This exception is used for "tunneling" other checked exceptions during command execution.
See Also:
  • Constructor Details

    • CommandExecutionFailedException

      public CommandExecutionFailedException(@NotNull @NotNull Exception cause)
      Constructor with all data.
      Parameters:
      cause - Causing exception.