Questions tagged [socketexception]

SocketException is the superclass of all other socket related exceptions and may be thrown during socket creation or setting options.

SocketException is the superclass of all other socket related exceptions and may be thrown during socket creation or setting options.

616 questions
-3
votes
1 answer

java.sql.SQLException: Network error IOException: failed to connect

Its working in AVD but same thing when i try do do in android device it give following error java.sql.SQLException: Network error IOException: failed to connect to /192.168.0.226 (port 1433): connect failed: ETIMEDOUT (Connection timed out) …
1 2 3
41
42