SpeedExException constructor
SpeedExException(
- String message
Creates a new SpeedExException with the given message
.
Implementation
SpeedExException(this.message);
Creates a new SpeedExException with the given message
.
SpeedExException(this.message);