java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.cqrs4j.CommandExecutionFailedException
- All Implemented Interfaces:
Serializable
The execution of a command failed. This exception is used for "tunneling" other checked exceptions during command execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandExecutionFailedException(@NotNull Exception cause) Constructor with all data. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandExecutionFailedException
Constructor with all data.- Parameters:
cause- Causing exception.
-