InvalidStompCommandException

class InvalidStompCommandException(val invalidText: String) : Exception

Exception thrown when some text could not be parsed as a StompCommand.

Constructors

Link copied to clipboard
fun InvalidStompCommandException(invalidText: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val invalidText: String
Link copied to clipboard
open val message: String?

Sources

Link copied to clipboard