KeyAgreementException.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_key_KeyAgreementException__
  3. #define __gnu_javax_crypto_key_KeyAgreementException__
  4. #pragma interface
  5. #include <java/security/KeyManagementException.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace crypto
  13. {
  14. namespace key
  15. {
  16. class KeyAgreementException;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class gnu::javax::crypto::key::KeyAgreementException : public ::java::security::KeyManagementException
  23. {
  24. public:
  25. KeyAgreementException();
  26. KeyAgreementException(::java::lang::String *);
  27. KeyAgreementException(::java::lang::String *, ::java::lang::Throwable *);
  28. virtual ::java::lang::Throwable * getCause();
  29. virtual void printStackTrace();
  30. virtual void printStackTrace(::java::io::PrintStream *);
  31. virtual void printStackTrace(::java::io::PrintWriter *);
  32. virtual ::java::lang::String * toString();
  33. private:
  34. ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::security::KeyManagementException)))) cause;
  35. public:
  36. static ::java::lang::Class class$;
  37. };
  38. #endif // __gnu_javax_crypto_key_KeyAgreementException__