Fix expected messages in test
[official-gcc.git] / libjava / javax / crypto / ShortBufferException.h
blob1c3d344e6d8ab8fa96de15552a89f9abf96e675a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_crypto_ShortBufferException__
5 #define __javax_crypto_ShortBufferException__
7 #pragma interface
9 #include <java/security/GeneralSecurityException.h>
10 extern "Java"
12 namespace javax
14 namespace crypto
16 class ShortBufferException;
21 class javax::crypto::ShortBufferException : public ::java::security::GeneralSecurityException
24 public:
25 ShortBufferException();
26 ShortBufferException(::java::lang::String *);
27 private:
28 static const jlong serialVersionUID = 8427718640832943747LL;
29 public:
30 static ::java::lang::Class class$;
33 #endif // __javax_crypto_ShortBufferException__