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 Exception


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

_sqlState

protected byte[] _sqlState

_nativeErr

protected int _nativeErr

_sqlErr

protected int _sqlErr
Constructor Detail

DB2Exception

public DB2Exception(String msg)

DB2Exception

public DB2Exception()
Method Detail

getSQLState

public byte[] getSQLState()

getNativeErr

public int getNativeErr()

getSQLErr

public int getSQLErr()