Class WebsocketSendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.component.websocket.WebsocketSendException
All Implemented Interfaces:
Serializable

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

    • WebsocketSendException

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

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