mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
24 lines
585 B
C
24 lines
585 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_util_concurrent_BrokenBarrierException__
|
||
|
#define __java_util_concurrent_BrokenBarrierException__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Exception.h>
|
||
|
|
||
|
class java::util::concurrent::BrokenBarrierException : public ::java::lang::Exception
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
BrokenBarrierException();
|
||
|
BrokenBarrierException(::java::lang::String *);
|
||
|
private:
|
||
|
static const jlong serialVersionUID = 7117394618823254244LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_util_concurrent_BrokenBarrierException__
|