SSLException.h 729 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_net_ssl_SSLException__
  3. #define __javax_net_ssl_SSLException__
  4. #pragma interface
  5. #include <java/io/IOException.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace net
  11. {
  12. namespace ssl
  13. {
  14. class SSLException;
  15. }
  16. }
  17. }
  18. }
  19. class javax::net::ssl::SSLException : public ::java::io::IOException
  20. {
  21. public:
  22. SSLException(::java::lang::String *);
  23. SSLException(::java::lang::String *, ::java::lang::Throwable *);
  24. SSLException(::java::lang::Throwable *);
  25. private:
  26. static const jlong serialVersionUID = 4511006460650708967LL;
  27. public:
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __javax_net_ssl_SSLException__