ConnectionException constructor
ConnectionException(
- String message
Creates a ConnectionException with the given error message.
Implementation
ConnectionException(String message) : super(message);
Creates a ConnectionException with the given error message.
ConnectionException(String message) : super(message);