spring-framework / org.springframework.messaging.simp.stomp / StompConversionException

StompConversionException

open class StompConversionException : NestedRuntimeException

Raised after a failure to encode or decode a STOMP message.

Author
Gary Russell

Since
4.0

Constructors

<init>

StompConversionException(msg: String, cause: Throwable)
StompConversionException(msg: String)