- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ConnectionTimeoutException (0.82 sec)
-
src/main/java/jcifs/util/transport/ConnectionTimeoutException.java
* * @author mbechler */ public class ConnectionTimeoutException extends TransportException { /** * */ private static final long serialVersionUID = 7327198103204592731L; /** * Constructs a new ConnectionTimeoutException with no detail message. */ public ConnectionTimeoutException() { } /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Transport.java
switch (st) { case 1: /* doConnect never returned */ this.state = 6; cleanupThread(timeout); throw new ConnectionTimeoutException("Connection timeout"); case 2: if (this.te != null) { /* doConnect throw Exception */ this.state = 4; /* error */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 27.8K bytes - Viewed (0)