Only the constructor...


public InternetAccount(double m, double s)

...is defined in the class InternetAccount, so the compiler cannot find the constructor you are trying to use.