jdk/src/share/classes/java/net/NoRouteToHostException.java
changeset 1334 21b652819b97
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
1333:373cc73514ec 1334:21b652819b97
     1 /*
     1 /*
     2  * Copyright 1996-1997 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1996-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    32  * if an intermediate router is down.
    32  * if an intermediate router is down.
    33  *
    33  *
    34  * @since   JDK1.1
    34  * @since   JDK1.1
    35  */
    35  */
    36 public class NoRouteToHostException extends SocketException {
    36 public class NoRouteToHostException extends SocketException {
       
    37     private static final long serialVersionUID = -1897550894873493790L;
       
    38 
    37     /**
    39     /**
    38      * Constructs a new NoRouteToHostException with the specified detail
    40      * Constructs a new NoRouteToHostException with the specified detail
    39      * message as to why the remote host cannot be reached.
    41      * message as to why the remote host cannot be reached.
    40      * A detail message is a String that gives a specific
    42      * A detail message is a String that gives a specific
    41      * description of this error.
    43      * description of this error.