summaryrefslogtreecommitdiff
path: root/libjava/java/util/concurrent/ExecutionException.h
blob: 3f210c7df2d9f185c4c20df9c79b93645d92ca85 (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
// 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__