RohdBridgeException constructor

RohdBridgeException(
  1. String message
)

Creates a new exception with description message.

Implementation

RohdBridgeException(this.message);