2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / PolicyError.h
blob1948a84813fbf8d11677b8b99402c372d3af3c2b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_PolicyError__
5 #define __org_omg_CORBA_PolicyError__
7 #pragma interface
9 #include <org/omg/CORBA/UserException.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class PolicyError;
24 class org::omg::CORBA::PolicyError : public ::org::omg::CORBA::UserException
27 public:
28 PolicyError();
29 PolicyError(jshort);
30 PolicyError(::java::lang::String *, jshort);
31 jshort __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) reason;
32 private:
33 static const jlong serialVersionUID = -9196809779974700103LL;
34 public:
35 static ::java::lang::Class class$;
38 #endif // __org_omg_CORBA_PolicyError__