SecretLab Kotlin
Toggle table of contents
0.4.3
jvm
Platform filter
jvm
Switch theme
Search in API
SecretLab Kotlin
SecretLab Kotlin
/
io.github.vxrpenter.cedmod.exceptions
/
CallFailureException
Call
Failure
Exception
class
CallFailureException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
CedmodException
(
source
)
Members
Constructors
Call
Failure
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?