Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

NoRouteToHostException Class Reference

Inherits java::net::SocketException.

List of all members.


Detailed Description

The NoRouteToHostException may be thrown when attempting to connect to a remote machine and because of network fault or firewall, no route can be established.

Public Member Functions

 NoRouteToHostException ()
 Constructs a new instance of this class with its walkback filled in.
 NoRouteToHostException (String detailMessage)
 Constructs a new instance of this class with its walkback and message filled in.

Static Private Attributes

static final long serialVersionUID = -1897550894873493790L

Constructor & Destructor Documentation

Constructs a new instance of this class with its walkback filled in.

NoRouteToHostException ( String  detailMessage  ) 

Constructs a new instance of this class with its walkback and message filled in.

Parameters:
detailMessage String The detail message for the exception.


Member Data Documentation

final long serialVersionUID = -1897550894873493790L [static, private]

Reimplemented from SocketException.