Proper handling of -Werror=coverage-mismatch
[official-gcc.git] / libjava / java / sql / BatchUpdateException.h
blobb9d28cf88d91eeeac8f6815ccc75ae68adf07cd0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_BatchUpdateException__
5 #define __java_sql_BatchUpdateException__
7 #pragma interface
9 #include <java/sql/SQLException.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace sql
18 class BatchUpdateException;
23 class java::sql::BatchUpdateException : public ::java::sql::SQLException
26 public:
27 BatchUpdateException(::java::lang::String *, ::java::lang::String *, jint, JArray< jint > *);
28 BatchUpdateException(::java::lang::String *, ::java::lang::String *, JArray< jint > *);
29 BatchUpdateException(::java::lang::String *, JArray< jint > *);
30 BatchUpdateException(JArray< jint > *);
31 BatchUpdateException();
32 virtual JArray< jint > * getUpdateCounts();
33 public: // actually package-private
34 static const jlong serialVersionUID = 5977529877145521757LL;
35 private:
36 JArray< jint > * __attribute__((aligned(__alignof__( ::java::sql::SQLException)))) updateCounts;
37 public:
38 static ::java::lang::Class class$;
41 #endif // __java_sql_BatchUpdateException__