mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-29 07:44:05 +08:00
34 lines
686 B
C
34 lines
686 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_naming_ConfigurationException__
|
||
|
#define __javax_naming_ConfigurationException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/naming/NamingException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace naming
|
||
|
{
|
||
|
class ConfigurationException;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::naming::ConfigurationException : public ::javax::naming::NamingException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
ConfigurationException();
|
||
|
ConfigurationException(::java::lang::String *);
|
||
|
private:
|
||
|
static const jlong serialVersionUID = -2535156726228855704LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_naming_ConfigurationException__
|