libjava/ChangeLog:
[official-gcc.git] / libjava / java / rmi / ServerError.h
blob3c31a49495c9796cf2f72c0041aee727617cb69e
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_rmi_ServerError__
5 #define __java_rmi_ServerError__
7 #pragma interface
9 #include <java/rmi/RemoteException.h>
10 extern "Java"
12 namespace java
14 namespace rmi
16 class ServerError;
21 class java::rmi::ServerError : public ::java::rmi::RemoteException
24 public:
25 ServerError(::java::lang::String *, ::java::lang::Error *);
26 private:
27 static const jlong serialVersionUID = 8455284893909696482LL;
28 public:
29 static ::java::lang::Class class$;
32 #endif // __java_rmi_ServerError__