kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kord
kord-voice
/
dev.kord.voice.exception
/
VoiceConnectionInitializationException
Voice
Connection
Initialization
Exception
class
VoiceConnectionInitializationException
:
Exception
(
source
)
Members
Constructors
Voice
Connection
Initialization
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?