public class ConnectTimeoutException
extends java.net.ConnectException
ConnectException which will be thrown if a connection could
not be established because of a connection timeout.| Constructor and Description |
|---|
ConnectTimeoutException () |
ConnectTimeoutException (java.lang.String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ConnectTimeoutException(java.lang.String msg)
public ConnectTimeoutException()
Copyright © 2008–2018 The Netty Project. All rights reserved.