DataException constructor

DataException(
  1. String message
)

Implementation

DataException(String message) : super(message);