Searched refs:SocketNotConnectedException (Results 1 – 4 of 4) sorted by relevance
28 import android.net.SocketNotConnectedException;83 final Throwable sockNotConnectedException = new SocketNotConnectedException(); in testSocketNotConnectedExceptions()86 exception, sockNotConnectedException, SocketNotConnectedException.class); in testSocketNotConnectedExceptions()102 if (c == SocketNotConnectedException.class) { in validateQosCallbackException()103 assertTrue(e.getCause() instanceof SocketNotConnectedException); in validateQosCallbackException()
29 public class SocketNotConnectedException extends Exception { class31 public SocketNotConnectedException() { in SocketNotConnectedException() method in SocketNotConnectedException
98 return new QosCallbackException(new SocketNotConnectedException()); in createException()
487 public class SocketNotConnectedException extends java.lang.Exception {488 ctor public SocketNotConnectedException();