Replace enum gfc_try with bool type.
[official-gcc.git] / libjava / java / rmi / ConnectException.h
bloba992a0471c682a275d278536a70b73eaac20bc49
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_rmi_ConnectException__
5 #define __java_rmi_ConnectException__
7 #pragma interface
9 #include <java/rmi/RemoteException.h>
10 extern "Java"
12 namespace java
14 namespace rmi
16 class ConnectException;
21 class java::rmi::ConnectException : public ::java::rmi::RemoteException
24 public:
25 ConnectException(::java::lang::String *);
26 ConnectException(::java::lang::String *, ::java::lang::Exception *);
27 private:
28 static const jlong serialVersionUID = 4863550261346652506LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __java_rmi_ConnectException__