Package io.netty.channel
Class AbstractChannel.AnnotatedNoRouteToHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.NoRouteToHostException
io.netty.channel.AbstractChannel.AnnotatedNoRouteToHostException
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractChannel
private static final class AbstractChannel.AnnotatedNoRouteToHostException
extends NoRouteToHostException
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedNoRouteToHostException
(NoRouteToHostException exception, SocketAddress remoteAddress) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AnnotatedNoRouteToHostException
AnnotatedNoRouteToHostException(NoRouteToHostException exception, SocketAddress remoteAddress)
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-