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