ProviderException.h 771 B

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