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

Field Summary
protected  int _nativeErr
           
protected  int _sqlErr
           
protected  byte[] _sqlState
           
 
Constructor Summary
DB2Exception()
           
DB2Exception(java.lang.String msg)
           
 
Method Summary
 int getNativeErr()
           
 int getSQLErr()
           
 byte[] getSQLState()
           
 
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
 

Field Detail

_sqlState

protected byte[] _sqlState

_nativeErr

protected int _nativeErr

_sqlErr

protected int _sqlErr
Constructor Detail

DB2Exception

public DB2Exception(java.lang.String msg)

DB2Exception

public DB2Exception()
Method Detail

getSQLState

public byte[] getSQLState()

getNativeErr

public int getNativeErr()

getSQLErr

public int getSQLErr()