krossbow-stomp-core
4.3.0
common
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.
Constructors
Properties
Inheritors
Constructors
Connection
Exception
Link copied to clipboard
fun
ConnectionException
(
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
Inheritors
ConnectionTimeout
Link copied to clipboard
WebSocketConnectionException
Link copied to clipboard
StompConnectionException
Link copied to clipboard