Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.log
/
Log
/
MessageTooLargeException
Message
Too
Large
Exception
class
MessageTooLargeException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Members
Constructors
Message
Too
Large
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
?