summaryrefslogtreecommitdiff
path: root/libjava/java/rmi/RemoteException.h
blob: 1e52132141eaccdd5b9c9ba63a650a510ff8433d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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__