Class InvalidEventTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.hilla.signals.core.event.InvalidEventTypeException
All Implemented Interfaces:
Serializable

public class InvalidEventTypeException extends RuntimeException
An exception thrown when the event type is null or invalid.
See Also:
  • Constructor Details

    • InvalidEventTypeException

      public InvalidEventTypeException(String message)
    • InvalidEventTypeException

      public InvalidEventTypeException(String message, Throwable cause)