jdk/src/share/classes/java/net/UnknownHostException.java
changeset 24865 09b1d992ca72
parent 19069 1d9cb0d080e3
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    29 
    29 
    30 /**
    30 /**
    31  * Thrown to indicate that the IP address of a host could not be determined.
    31  * Thrown to indicate that the IP address of a host could not be determined.
    32  *
    32  *
    33  * @author  Jonathan Payne
    33  * @author  Jonathan Payne
    34  * @since   JDK1.0
    34  * @since   1.0
    35  */
    35  */
    36 public
    36 public
    37 class UnknownHostException extends IOException {
    37 class UnknownHostException extends IOException {
    38     private static final long serialVersionUID = -4639126076052875403L;
    38     private static final long serialVersionUID = -4639126076052875403L;
    39 
    39