open class StompConversionException : NestedRuntimeException
Raised after a failure to encode or decode a STOMP message.
Author
Gary Russell
Since
4.0
StompConversionException(msg: String, cause: Throwable)StompConversionException(msg: String) |