blob: 3f210c7df2d9f185c4c20df9c79b93645d92ca85 [file] [log] [blame]
// 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__