Class EventDispatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.service.registry.EventDispatchException
All Implemented Interfaces:
Serializable

public class EventDispatchException extends RuntimeException
This exception is thrown when event dispatching fails.
See Also:
  • Constructor Details

    • EventDispatchException

      public EventDispatchException(String message, Throwable cause)
      Create an exception with the first encountered exception as the cause. Additional exceptions (if encountered) are added as Throwable.getSuppressed().
      Parameters:
      message - descriptive message
      cause - cause of the failure