toggle menu
krossbow
common
switch theme
search in API
krossbow-stomp-core
/
org.hildan.krossbow.stomp
/
ConnectionException
Connection
Exception
open
class
ConnectionException
(
val
url
:
String
,
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Exception thrown when something went wrong during the connection.
Inheritors
ConnectionTimeout
WebSocketConnectionException
StompConnectionException
Members
Constructors
Connection
Exception
Link copied to clipboard
constructor
(
url
:
String
,
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
url
Link copied to clipboard
val
url
:
String