Class EventInvocationException

All Implemented Interfaces:
Serializable

public class EventInvocationException extends EventException
See Also:
  • Constructor Details

    • EventInvocationException

      public EventInvocationException(EventBus bus, String message)
    • EventInvocationException

      public EventInvocationException(EventBus bus, Exception e)
    • EventInvocationException

      public EventInvocationException(EventBus bus, String msg, Exception e)