blob: 34c170a0d27ce2f91cd1eacf1a947f2a3ce87803 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CORBA_OBJECT_NOT_EXIST__
#define __org_omg_CORBA_OBJECT_NOT_EXIST__
#pragma interface
#include <org/omg/CORBA/SystemException.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class CompletionStatus;
class OBJECT_NOT_EXIST;
}
}
}
}
class org::omg::CORBA::OBJECT_NOT_EXIST : public ::org::omg::CORBA::SystemException
{
public:
OBJECT_NOT_EXIST(::java::lang::String *);
OBJECT_NOT_EXIST();
OBJECT_NOT_EXIST(jint, ::org::omg::CORBA::CompletionStatus *);
OBJECT_NOT_EXIST(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
private:
static const jlong serialVersionUID = 7226958015420512389LL;
public:
static ::java::lang::Class class$;
};
#endif // __org_omg_CORBA_OBJECT_NOT_EXIST__