diff options
Diffstat (limited to 'libjava/java/security/spec/InvalidKeySpecException.h')
-rw-r--r-- | libjava/java/security/spec/InvalidKeySpecException.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/libjava/java/security/spec/InvalidKeySpecException.h b/libjava/java/security/spec/InvalidKeySpecException.h deleted file mode 100644 index ff2ea69..0000000 --- a/libjava/java/security/spec/InvalidKeySpecException.h +++ /dev/null @@ -1,38 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_security_spec_InvalidKeySpecException__ -#define __java_security_spec_InvalidKeySpecException__ - -#pragma interface - -#include <java/security/GeneralSecurityException.h> -extern "Java" -{ - namespace java - { - namespace security - { - namespace spec - { - class InvalidKeySpecException; - } - } - } -} - -class java::security::spec::InvalidKeySpecException : public ::java::security::GeneralSecurityException -{ - -public: - InvalidKeySpecException(); - InvalidKeySpecException(::java::lang::String *); - InvalidKeySpecException(::java::lang::String *, ::java::lang::Throwable *); - InvalidKeySpecException(::java::lang::Throwable *); -private: - static const jlong serialVersionUID = 3546139293998810778LL; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_security_spec_InvalidKeySpecException__ |