Class CqrsFrameworkException.TransientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientInterruptedException, ConcurrencyException
Enclosing class:
CqrsFrameworkException

public static non-sealed class CqrsFrameworkException.TransientException extends CqrsFrameworkException
Exception class representing potentially recoverable errors, such as communication or concurrency errors.
See Also:
  • Constructor Details

    • TransientException

      public TransientException(String message)
    • TransientException

      public TransientException(String message, Throwable cause)