mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
34 lines
727 B
C
34 lines
727 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_naming_SizeLimitExceededException__
|
||
|
#define __javax_naming_SizeLimitExceededException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/naming/LimitExceededException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace naming
|
||
|
{
|
||
|
class SizeLimitExceededException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::naming::SizeLimitExceededException : public ::javax::naming::LimitExceededException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
SizeLimitExceededException();
|
||
|
SizeLimitExceededException(::java::lang::String *);
|
||
|
private:
|
||
|
static const jlong serialVersionUID = 7129289564879168579LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_naming_SizeLimitExceededException__
|