FileDocCategorySizeDatePackage
PortUnreachableException.javaAPI DocAndroid 1.5 API1601Wed May 06 22:41:04 BST 2009java.net

PortUnreachableException

public class PortUnreachableException extends SocketException
This {@code PortUnreachableException} will be thrown if an {@code ICMP_Port_Unreachable} message has been received.

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public PortUnreachableException()
Constructs a new instance of this class with its walkback filled in.

since
Android 1.0


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

param
detailMessage the detail message for this exception.
since
Android 1.0

        super(detailMessage);
    
Methods Summary