mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			713 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			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__
 |