aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/rmi/server/ServerCloneException.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/rmi/server/ServerCloneException.h')
-rw-r--r--libjava/java/rmi/server/ServerCloneException.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/libjava/java/rmi/server/ServerCloneException.h b/libjava/java/rmi/server/ServerCloneException.h
deleted file mode 100644
index 37d027c..0000000
--- a/libjava/java/rmi/server/ServerCloneException.h
+++ /dev/null
@@ -1,39 +0,0 @@
-
-// 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__