我正在使用 AswinAnand 免费短信网络服务。在以下代码下运行时,我遇到了异常。请指导我正确的方式。
try
{
SMS.send("9884840204", "*****", "9884840204", "Hello Java World");
}
例外:
java.io.FileNotFoundException: http://wwwd.way2sms.com/auth.cl
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1234)
at com.aswinanand.sms.SMS.send(SMS.java:75)
at com.wipro.common.SendSMS.main(SendSMS.java:13)