SmtpUnsecureException constructor

SmtpUnsecureException(
  1. String message
)

Implementation

SmtpUnsecureException(String message) : super(message);