MySQLProtocolException constructor

const MySQLProtocolException(
  1. String message
)

Implementation

const MySQLProtocolException(String message) : super(message);