FreeFireSocketException constructor
FreeFireSocketException(
- String message
Constructs a FreeFireSocketException with the specified error message.
Implementation
FreeFireSocketException(String message) : super(message);