basic-http
Toggle table of contents
2.0
jvm
Platform filter
jvm
Switch theme
Search in API
basic-http
basic-http
/
database.exceptions
/
BasicOrmError
Basic
Orm
Error
class
BasicOrmError
(
msg
:
String
)
:
RuntimeException
Custom exception class for Basic ORM errors.
Parameters
msg
The error message.
Members
Constructors
Basic
Orm
Error
Link copied to clipboard
constructor
(
msg
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?