Fix typo in the last changelog entry.
[official-gcc.git] / libjava / java / net / NoRouteToHostException.h
blob7a639eaa7493b2c5ba5750e3afb0ee69f6e67584
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_net_NoRouteToHostException__
5 #define __java_net_NoRouteToHostException__
7 #pragma interface
9 #include <java/net/SocketException.h>
10 extern "Java"
12 namespace java
14 namespace net
16 class NoRouteToHostException;
21 class java::net::NoRouteToHostException : public ::java::net::SocketException
24 public:
25 NoRouteToHostException();
26 NoRouteToHostException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = -1897550894873493790LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __java_net_NoRouteToHostException__