PoorConnectionException constructor

PoorConnectionException(
  1. String message
)

Creates a new PoorConnectionException with the given message.

Implementation

PoorConnectionException(super.message);