Class EtaPlusOperationExceptions.OutboxPublishingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
energy.eddie.regionconnector.de.eta.exceptions.EtaPlusOperationExceptions.OutboxPublishingException
All Implemented Interfaces:
Serializable
Enclosing class:
EtaPlusOperationExceptions

public static class EtaPlusOperationExceptions.OutboxPublishingException extends RuntimeException
Thrown when persisting an event to the outbox fails. This indicates a critical system state where the event store is out of sync with the actual permission state and requires immediate attention.
See Also:
  • Constructor Details

    • OutboxPublishingException

      public OutboxPublishingException(String message, Throwable cause)