Class WebsocketSendException

  • All Implemented Interfaces:
    Serializable

    public class WebsocketSendException
    extends org.apache.camel.CamelExchangeException
    Exception while sending to a websocket channel.
    See Also:
    Serialized Form
    • Constructor Detail

      • WebsocketSendException

        public WebsocketSendException​(String message,
                                      org.apache.camel.Exchange exchange)
      • WebsocketSendException

        public WebsocketSendException​(String message,
                                      org.apache.camel.Exchange exchange,
                                      Throwable cause)