compilation errors fixed
[official-gcc.git] / libjava / java / security / KeyStoreException.h
blobe056a68a7bc6ccc71ac9734f7b9f95d4fd1c5292
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_security_KeyStoreException__
5 #define __java_security_KeyStoreException__
7 #pragma interface
9 #include <java/security/GeneralSecurityException.h>
10 extern "Java"
12 namespace java
14 namespace security
16 class KeyStoreException;
21 class java::security::KeyStoreException : public ::java::security::GeneralSecurityException
24 public:
25 KeyStoreException();
26 KeyStoreException(::java::lang::String *);
27 KeyStoreException(::java::lang::String *, ::java::lang::Throwable *);
28 KeyStoreException(::java::lang::Throwable *);
29 private:
30 static const jlong serialVersionUID = -1119353179322377262LL;
31 public:
32 static ::java::lang::Class class$;
35 #endif // __java_security_KeyStoreException__