Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / java / sql / SQLException.h
blob3f88d94562bad5943722f4782c0c9b1a52cda1fc
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_SQLException__
5 #define __java_sql_SQLException__
7 #pragma interface
9 #include <java/lang/Exception.h>
10 extern "Java"
12 namespace java
14 namespace sql
16 class SQLException;
21 class java::sql::SQLException : public ::java::lang::Exception
24 public:
25 SQLException(::java::lang::String *, ::java::lang::String *, jint);
26 SQLException(::java::lang::String *, ::java::lang::String *);
27 SQLException(::java::lang::String *);
28 SQLException();
29 virtual ::java::lang::String * getSQLState();
30 virtual jint getErrorCode();
31 virtual ::java::sql::SQLException * getNextException();
32 virtual void setNextException(::java::sql::SQLException *);
33 public: // actually package-private
34 static const jlong serialVersionUID = 2135244094396331484LL;
35 private:
36 ::java::sql::SQLException * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) next;
37 ::java::lang::String * SQLState;
38 jint vendorCode;
39 public:
40 static ::java::lang::Class class$;
43 #endif // __java_sql_SQLException__