Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
39
libjava/java/rmi/server/ServerCloneException.h
Normal file
39
libjava/java/rmi/server/ServerCloneException.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_rmi_server_ServerCloneException__
|
||||
#define __java_rmi_server_ServerCloneException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/CloneNotSupportedException.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace rmi
|
||||
{
|
||||
namespace server
|
||||
{
|
||||
class ServerCloneException;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::rmi::server::ServerCloneException : public ::java::lang::CloneNotSupportedException
|
||||
{
|
||||
|
||||
public:
|
||||
ServerCloneException(::java::lang::String *);
|
||||
ServerCloneException(::java::lang::String *, ::java::lang::Exception *);
|
||||
virtual ::java::lang::String * getMessage();
|
||||
virtual ::java::lang::Throwable * getCause();
|
||||
private:
|
||||
static const jlong serialVersionUID = 6617456357664815945LL;
|
||||
public:
|
||||
::java::lang::Exception * __attribute__((aligned(__alignof__( ::java::lang::CloneNotSupportedException)))) detail;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_rmi_server_ServerCloneException__
|
Loading…
Add table
Add a link
Reference in a new issue