ConnectionException constructor

ConnectionException(
  1. String message
)

Creates a new ConnectionException with the given message.

Implementation

ConnectionException(this.message);