Class ConnectTimeoutException

All Implemented Interfaces:
Serializable

@Public @Stable public class ConnectTimeoutException extends SocketTimeoutException
Thrown by NetUtils.connect(java.net.Socket, java.net.SocketAddress, int) if it times out while connecting to the remote host.
See Also:
  • Constructor Details

    • ConnectTimeoutException

      public ConnectTimeoutException(String msg)