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