mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
36 lines
665 B
C++
36 lines
665 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_security_acl_AclNotFoundException__
|
|
#define __java_security_acl_AclNotFoundException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Exception.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
namespace acl
|
|
{
|
|
class AclNotFoundException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class java::security::acl::AclNotFoundException : public ::java::lang::Exception
|
|
{
|
|
|
|
public:
|
|
AclNotFoundException();
|
|
private:
|
|
static const jlong serialVersionUID = 5684295034092681791LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_security_acl_AclNotFoundException__
|