SpeedExException constructor

SpeedExException(
  1. String message
)

Creates a new SpeedExException with the given message.

Implementation

SpeedExException(this.message);