BCDError

constructor()


constructor(Message: String)

Exception with message of this error

Parameters

Message

error message

See also


constructor(Message: String, Cause: Throwable)

Exception with message and cause of this BCDError

Parameters

Message

error message

Cause

Cause of this BCDError

See also


constructor(Cause: Throwable)

Exception with cause of this BCDError

Parameters

Cause

Cause of this BCDError

See also