RohdException constructor

RohdException(
  1. String message
)

Creates a new exception with description message.

Implementation

RohdException(this.message);