java.lang.Object
com.github.jonasrutishauser.transactional.event.api.monitoring.ProcessingFailedEvent
All Implemented Interfaces:
Serializable

public class ProcessingFailedEvent extends Object
See Also:
  • Constructor Details

    • ProcessingFailedEvent

      public ProcessingFailedEvent(String eventId, Exception cause)
  • Method Details

    • getCause

      public Exception getCause()
    • toString

      public String toString()
    • hashCode

      public int hashCode()
    • equals

      public boolean equals(Object obj)
    • getEventId

      public String getEventId()