Hallo zusammen,
möechte mit Java 1.6_04 eine Connection auf eine Seite z.B. "http://www.yahoo.de" erstellen..
URLConnection myConn = new URL(aUrl).openConnection();
myConn.setConnectTimeout(10000);
InputStream tInputStream = myConn.getInputStream();
Leider kommt die Folgende Exception die ich mir nicht erklären kann!
Connection refused
sun.reflect.GeneratedConstructorAccessor42.newInstance(Unknown Source)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
java.lang.reflect.Constructor.newInstance(Unknown Source)
sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
Was bedeutet die Exception?
MfG
Yigiter
möechte mit Java 1.6_04 eine Connection auf eine Seite z.B. "http://www.yahoo.de" erstellen..
URLConnection myConn = new URL(aUrl).openConnection();
myConn.setConnectTimeout(10000);
InputStream tInputStream = myConn.getInputStream();
Leider kommt die Folgende Exception die ich mir nicht erklären kann!
Connection refused
sun.reflect.GeneratedConstructorAccessor42.newInstance(Unknown Source)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
java.lang.reflect.Constructor.newInstance(Unknown Source)
sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
Was bedeutet die Exception?
MfG
Yigiter
Zuletzt bearbeitet: