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.headers
/
InvalidAckHeaderException
Invalid
Ack
Header
Exception
class
InvalidAckHeaderException
(
val
invalidText
:
String
)
:
Exception
An exception thrown when an unknown value of
AckMode
is found in an
ack
header.
Members
Constructors
Invalid
Ack
Header
Exception
Link copied to clipboard
constructor
(
invalidText
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
invalid
Text
Link copied to clipboard
val
invalidText
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?