97b8365caf
From-SVN: r120621
37 lines
785 B
C++
37 lines
785 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_naming_directory_SchemaViolationException__
|
|
#define __javax_naming_directory_SchemaViolationException__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/naming/NamingException.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace naming
|
|
{
|
|
namespace directory
|
|
{
|
|
class SchemaViolationException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::naming::directory::SchemaViolationException : public ::javax::naming::NamingException
|
|
{
|
|
|
|
public:
|
|
SchemaViolationException();
|
|
SchemaViolationException(::java::lang::String *);
|
|
private:
|
|
static const jlong serialVersionUID = -3041762429525049663LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_naming_directory_SchemaViolationException__
|