blob: 22176b1e504ad6926e87d82a4d8dfd4b8eedd228 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_crypto_IllegalBlockSizeException__
#define __javax_crypto_IllegalBlockSizeException__
#pragma interface
#include <java/security/GeneralSecurityException.h>
extern "Java"
{
namespace javax
{
namespace crypto
{
class IllegalBlockSizeException;
}
}
}
class javax::crypto::IllegalBlockSizeException : public ::java::security::GeneralSecurityException
{
public:
IllegalBlockSizeException();
IllegalBlockSizeException(::java::lang::String *);
private:
static const jlong serialVersionUID = -1965144811953540392LL;
public:
static ::java::lang::Class class$;
};
#endif // __javax_crypto_IllegalBlockSizeException__