DBMException constructor

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

Constructor

Implementation

DBMException(this.code, this.message);