Class InboundExceptionEvent

java.lang.Object
org.drasyl.node.event.InboundExceptionEvent
All Implemented Interfaces:
Event

public abstract class InboundExceptionEvent extends Object implements Event
This event signals that the node was unable to process an inbound message. Both application-level messages and internal drasyl signaling messages can trigger this event. The occurrence of this event does not necessarily indicate a bug, it could also be caused by bots/crawlers sending unreadable messages.

This is an immutable object.

  • Constructor Details

    • InboundExceptionEvent

      public InboundExceptionEvent()
  • Method Details