KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.dbutil
/
DatabaseAlreadyExistsException
Database
Already
Exists
Exception
class
DatabaseAlreadyExistsException
(
msg
:
String
=
"DatabaseAlreadyExistsException: The database already exists!"
)
:
RuntimeException
Author
rossetti
Members
Constructors
Database
Already
Exists
Exception
Link copied to clipboard
constructor
(
msg
:
String
=
"DatabaseAlreadyExistsException: The database already exists!"
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?