superwaba.ext.xplat.sql.db2e.db2ex
Class DB2Exception
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--superwaba.ext.xplat.sql.db2e.db2ex.DB2Exception
- public class DB2Exception
- extends java.lang.Exception
Represents the most general exception thrown by the DB2e classes.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
_sqlState
protected byte[] _sqlState
_nativeErr
protected int _nativeErr
_sqlErr
protected int _sqlErr
DB2Exception
public DB2Exception(java.lang.String msg)
DB2Exception
public DB2Exception()
getSQLState
public byte[] getSQLState()
getNativeErr
public int getNativeErr()
getSQLErr
public int getSQLErr()