2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_SQLException__
5 #define __java_sql_SQLException__
9 #include <java/lang/Exception.h>
21 class java::sql::SQLException
: public ::java::lang::Exception
25 SQLException(::java::lang::String
*, ::java::lang::String
*, jint
);
26 SQLException(::java::lang::String
*, ::java::lang::String
*);
27 SQLException(::java::lang::String
*);
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;
36 ::java::sql::SQLException
* __attribute__((aligned(__alignof__( ::java::lang::Exception
)))) next
;
37 ::java::lang::String
* SQLState
;
40 static ::java::lang::Class
class$
;
43 #endif // __java_sql_SQLException__