Class DeliveryException

All Implemented Interfaces:
Serializable

public class DeliveryException extends EventException
The exception thrown when problems are detected during the delivery of a created, updated, or deleted event.
See Also:
  • Constructor Details

    • DeliveryException

      public DeliveryException(String message)
      Instantiates a new Delivery exception with the provided message.
      Parameters:
      message - the message
    • DeliveryException

      public DeliveryException(String message, Throwable throwable)
      Instantiates a new delivery exception with the provided message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • DeliveryException

      public DeliveryException(Throwable throwable)
      Instantiates a new delivery exception with the provided throwable.
      Parameters:
      throwable - the throwable