URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [rmi/] [RemoteException.h] - Rev 780
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log