rt_gccstream/libjava/java/lang/IllegalMonitorStateException.h

24 lines
590 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_lang_IllegalMonitorStateException__
#define __java_lang_IllegalMonitorStateException__
#pragma interface
#include <java/lang/RuntimeException.h>
class java::lang::IllegalMonitorStateException : public ::java::lang::RuntimeException
{
public:
IllegalMonitorStateException();
IllegalMonitorStateException(::java::lang::String *);
private:
static const jlong serialVersionUID = 3713306369498869069LL;
public:
static ::java::lang::Class class$;
};
#endif // __java_lang_IllegalMonitorStateException__