Class EventProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.io.websocket.event.EventProcessingException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class EventProcessingException extends Exception
The EventProcessingException is thrown when processing of incoming events fails
Author:
Jan N. Klug - Initial contribution
See Also:
  • Constructor Details

    • EventProcessingException

      public EventProcessingException(String message)