ColumnNotFoundException constructor

ColumnNotFoundException(
  1. String message
)

Default construtor

Implementation

ColumnNotFoundException(this.message);