Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
38
libjava/java/security/spec/InvalidKeySpecException.h
Normal file
38
libjava/java/security/spec/InvalidKeySpecException.h
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
// 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__
|
Loading…
Add table
Add a link
Reference in a new issue