summaryrefslogtreecommitdiff
path: root/libjava/java/rmi/server/ServerCloneException.h
blob: 37d027cd8fd3b85ad9524120d3e668fd78524548 (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
38
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__