GetDelegateInstanceException.h 904 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_rmi_CORBA_GetDelegateInstanceException__
  3. #define __gnu_javax_rmi_CORBA_GetDelegateInstanceException__
  4. #pragma interface
  5. #include <java/lang/Exception.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace rmi
  13. {
  14. namespace CORBA
  15. {
  16. class GetDelegateInstanceException;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class gnu::javax::rmi::CORBA::GetDelegateInstanceException : public ::java::lang::Exception
  23. {
  24. public:
  25. GetDelegateInstanceException(::java::lang::String *);
  26. GetDelegateInstanceException(::java::lang::String *, ::java::lang::Throwable *);
  27. private:
  28. ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) next;
  29. public:
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __gnu_javax_rmi_CORBA_GetDelegateInstanceException__