Class PublishFailure

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class PublishFailure extends RuntimeException implements scala.Product, Serializable
An exception representing any failure while publishing an Event

param: event The Event for which publishing failed param: cause Underlying cause of failure in publishing

See Also:
  • Constructor Details

    • PublishFailure

      public PublishFailure(Event event, Throwable cause)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • event

      public Event event()
    • cause

      public Throwable cause()