Questions tagged [connectionexception]

48 questions
0
votes
1 answer

How implement ConnectionException -Android

I am communicating with a database in php mysql travez to display results in a ListView, but I'm trying to implement a ExeptionConnection for when 3G or WIFI but the application can not connect, return to previous Activity and show a Toast. but not…
Loreln
  • 201
  • 3
  • 14
0
votes
2 answers

Why do I get a connection refused?

I am trying to get some data from openweathermap.org via java, but when I run the code I get a ConnectionException. My code is: public static void openweathermapTest1() { String uri =…
Burkhard
  • 14,596
  • 22
  • 87
  • 108
-1
votes
2 answers

Java rmi ConnectionException Connection refused to host

java.rmi.ConnectException: Connection refused to host: 10.0.0.100; nested exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) at…
Rhyno_xD
  • 13
  • 1
  • 7
1 2 3
4