FreeFireSocketException constructor

FreeFireSocketException(
  1. String message
)

Constructs a FreeFireSocketException with the specified error message.

Implementation

FreeFireSocketException(String message) : super(message);