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
An exception thrown when the event type is null or invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidEventTypeException(String message) InvalidEventTypeException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEventTypeException
-
InvalidEventTypeException
-