SocketException constructor

SocketException(
  1. String message
)

Implementation

SocketException(String message) : super(message);