ConnectIOException.h 679 B

12345678910111213141516171819202122232425262728293031323334
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_rmi_ConnectIOException__
  3. #define __java_rmi_ConnectIOException__
  4. #pragma interface
  5. #include <java/rmi/RemoteException.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace rmi
  11. {
  12. class ConnectIOException;
  13. }
  14. }
  15. }
  16. class java::rmi::ConnectIOException : public ::java::rmi::RemoteException
  17. {
  18. public:
  19. ConnectIOException(::java::lang::String *);
  20. ConnectIOException(::java::lang::String *, ::java::lang::Exception *);
  21. private:
  22. static const jlong serialVersionUID = -8087809532704668744LL;
  23. public:
  24. static ::java::lang::Class class$;
  25. };
  26. #endif // __java_rmi_ConnectIOException__