Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / omg / CORBA / UserException.h
blob5569783b8a582dfeee7a385676668497a8ca74ff
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_UserException__
5 #define __org_omg_CORBA_UserException__
7 #pragma interface
9 #include <java/lang/Exception.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class UserException;
24 class org::omg::CORBA::UserException : public ::java::lang::Exception
27 public: // actually protected
28 UserException();
29 UserException(::java::lang::String *);
30 private:
31 static const jlong serialVersionUID = -6594940734566091244LL;
32 public:
33 static ::java::lang::Class class$;
36 #endif // __org_omg_CORBA_UserException__