Class EventBusException

All Implemented Interfaces:
Serializable

public class EventBusException extends RuntimeException
See Also:
  • Constructor Details

    • EventBusException

      public EventBusException()
    • EventBusException

      public EventBusException(String message)
    • EventBusException

      public EventBusException(String message, Throwable cause)
    • EventBusException

      public EventBusException(Throwable cause)
    • EventBusException

      public EventBusException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)