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