|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--superwaba.ext.xplat.sql.db2e.db2ex.DB2Exception
Field Summary | |
protected int |
_nativeErr
|
protected int |
_sqlErr
|
protected byte[] |
_sqlState
|
Constructor Summary | |
DB2Exception()
|
|
DB2Exception(String msg)
|
Method Summary | |
int |
getNativeErr()
|
int |
getSQLErr()
|
byte[] |
getSQLState()
|
Methods inherited from class java.lang.Throwable |
getMessage,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
wait,
wait |
Field Detail |
protected byte[] _sqlState
protected int _nativeErr
protected int _sqlErr
Constructor Detail |
public DB2Exception(String msg)
public DB2Exception()
Method Detail |
public byte[] getSQLState()
public int getNativeErr()
public int getSQLErr()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |