ShortBufferException.h 691 B

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