Class EventBusException

All Implemented Interfaces:
Serializable

public class EventBusException extends RuntimeException
An exception thrown when an error occurs during execution of an EventBus subscriber handler method.
Since:
2.1
See Also:
  • Constructor Details

    • EventBusException

      public EventBusException(String msg)
      Creates a EventBusException with the specified message.
      Parameters:
      msg - The message
    • EventBusException

      public EventBusException(String msg, Throwable e)
      Creates a EventBusException with the specified message and cause.
      Parameters:
      msg - The message
      e - The cause