diff options
Diffstat (limited to 'libjava/java/util/concurrent/ExecutionException.h')
-rw-r--r-- | libjava/java/util/concurrent/ExecutionException.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libjava/java/util/concurrent/ExecutionException.h b/libjava/java/util/concurrent/ExecutionException.h deleted file mode 100644 index 3f210c7..0000000 --- a/libjava/java/util/concurrent/ExecutionException.h +++ /dev/null @@ -1,26 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_util_concurrent_ExecutionException__ -#define __java_util_concurrent_ExecutionException__ - -#pragma interface - -#include <java/lang/Exception.h> - -class java::util::concurrent::ExecutionException : public ::java::lang::Exception -{ - -public: // actually protected - ExecutionException(); - ExecutionException(::java::lang::String *); -public: - ExecutionException(::java::lang::String *, ::java::lang::Throwable *); - ExecutionException(::java::lang::Throwable *); -private: - static const jlong serialVersionUID = 7830266012832686185LL; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_util_concurrent_ExecutionException__ |