EJDB2Error constructor

EJDB2Error(
  1. int code,
  2. String message
)

Implementation

EJDB2Error(this.code, this.message);