RejectedExecutionException.h 761 B

1234567891011121314151617181920212223242526
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_util_concurrent_RejectedExecutionException__
  3. #define __java_util_concurrent_RejectedExecutionException__
  4. #pragma interface
  5. #include <java/lang/RuntimeException.h>
  6. class java::util::concurrent::RejectedExecutionException : public ::java::lang::RuntimeException
  7. {
  8. public:
  9. RejectedExecutionException();
  10. RejectedExecutionException(::java::lang::String *);
  11. RejectedExecutionException(::java::lang::String *, ::java::lang::Throwable *);
  12. RejectedExecutionException(::java::lang::Throwable *);
  13. private:
  14. static const jlong serialVersionUID = -375805702767069545LL;
  15. public:
  16. static ::java::lang::Class class$;
  17. };
  18. #endif // __java_util_concurrent_RejectedExecutionException__