URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [KeyStoreException.h] - Rev 760
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_security_KeyStoreException__ #define __java_security_KeyStoreException__ #pragma interface #include <java/security/GeneralSecurityException.h> extern "Java" { namespace java { namespace security { class KeyStoreException; } } } class java::security::KeyStoreException : public ::java::security::GeneralSecurityException { public: KeyStoreException(); KeyStoreException(::java::lang::String *); KeyStoreException(::java::lang::String *, ::java::lang::Throwable *); KeyStoreException(::java::lang::Throwable *); private: static const jlong serialVersionUID = -1119353179322377262LL; public: static ::java::lang::Class class$; }; #endif // __java_security_KeyStoreException__
Go to most recent revision | Compare with Previous | Blame | View Log