org.apache.hadoop.net
Class ConnectTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
java.net.SocketTimeoutException
org.apache.hadoop.net.ConnectTimeoutException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectTimeoutException
public ConnectTimeoutException(String msg)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.