Class OutboxException

All Implemented Interfaces:
Serializable

public class OutboxException extends RuntimeException
A RuntimeException to indicate failures in the Outbox module. It allows to hide the details when the underlying implementation fails.
See Also:
  • Constructor Details

    • OutboxException

      public OutboxException(String message)
    • OutboxException

      public OutboxException(String message, Throwable cause)