HandShakeException constructor

HandShakeException(
  1. dynamic message
)

Implementation

HandShakeException(message) : super(message);