ConnectionException constructor

ConnectionException(
  1. String message
)

Creates a ConnectionException with the given error message.

Implementation

ConnectionException(String message) : super(message);