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
37
libjava/java/rmi/RemoteException.h
Normal file
37
libjava/java/rmi/RemoteException.h
Normal file
|
@ -0,0 +1,37 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_rmi_RemoteException__
|
||||
#define __java_rmi_RemoteException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/IOException.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace rmi
|
||||
{
|
||||
class RemoteException;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::rmi::RemoteException : public ::java::io::IOException
|
||||
{
|
||||
|
||||
public:
|
||||
RemoteException();
|
||||
RemoteException(::java::lang::String *);
|
||||
RemoteException(::java::lang::String *, ::java::lang::Throwable *);
|
||||
virtual ::java::lang::String * getMessage();
|
||||
virtual ::java::lang::Throwable * getCause();
|
||||
private:
|
||||
static const jlong serialVersionUID = -5148567311918794206LL;
|
||||
public:
|
||||
::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::io::IOException)))) detail;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_rmi_RemoteException__
|
Loading…
Add table
Add a link
Reference in a new issue