Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
PluginApiException
Plugin
Api
Exception
class
PluginApiException
(
val
status
:
Int
,
val
message
:
String
)
:
RuntimeException
(
source
)
Members
Constructors
Plugin
Api
Exception
Link copied to clipboard
constructor
(
status
:
Int
,
message
:
String
)
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
override
val
message
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
status
Link copied to clipboard
val
status
:
Int
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?