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