Class CqrsFrameworkException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CqrsFrameworkException.NonTransientException, CqrsFrameworkException.TransientException

Base class for exceptions handled within the framework. This class is sealed to distinguish between transient (potentially recoverable) and non-transient (non-recoverable) errors.
See Also:
  • Constructor Details

    • CqrsFrameworkException

      public CqrsFrameworkException(String message)
    • CqrsFrameworkException

      public CqrsFrameworkException(String message, Throwable cause)