public class

PortUnreachableException

extends SocketException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.net.SocketException
           ↳ java.net.PortUnreachableException

Class Overview

This PortUnreachableException will be thrown if an ICMP_Port_Unreachable message has been received.

Summary

Public Constructors
PortUnreachableException()
Constructs a new instance of this class with its walkback filled in.
PortUnreachableException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PortUnreachableException ()

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

public PortUnreachableException (String detailMessage)

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

Parameters
detailMessage the detail message for this exception.