krossbow
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krossbow
krossbow-stomp-core
/
org.hildan.krossbow.stomp
/
StompConnectionException
Stomp
Connection
Exception
class
StompConnectionException
(
val
host
:
String
?
,
cause
:
Throwable
?
=
null
)
:
ConnectionException
Exception thrown when the connection attempt failed at STOMP protocol level.
Members
Constructors
Stomp
Connection
Exception
Link copied to clipboard
constructor
(
host
:
String
?
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
host
Link copied to clipboard
val
host
:
String
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
url
Link copied to clipboard
val
url
:
String