CouchbaseLiteException

expect constructor(message: String)(source)

Constructs a new exception with the specified detail message.

Parameters

message

the detail message.


expect constructor(message: String, cause: Exception)(source)

Constructs a new exception with the specified cause

Parameters

cause

the cause


expect constructor(message: String, domain: String, code: Int)(source)

Constructs a new exception with the specified detail message, error domain and error code

Parameters

message

the detail message

domain

the error domain

code

the error code


expect constructor(message: String, cause: Exception, domain: String, code: Int)(source)

Constructs a new exception with the specified error domain, error code and the specified cause

Parameters

message

the detail message

cause

the cause

domain

the error domain

code

the error code

actual constructor(message: String)(source)
actual constructor(message: String, cause: Exception)(source)
actual constructor(message: String, domain: String, code: Int)(source)
actual constructor(message: String, cause: Exception, domain: String, code: Int)(source)