rt_gccstream/libjava/java/util/concurrent/ExecutionException.h

27 lines
713 B
C++

// 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__