ConnectionException constructor
ConnectionException(
- String message
Creates a new ConnectionException with the given message
.
Implementation
ConnectionException(this.message);
Creates a new ConnectionException with the given message
.
ConnectionException(this.message);