com.knowgate.dataobjs
Class DBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.knowgate.dataobjs.DBException
All Implemented Interfaces:
java.io.Serializable

public final class DBException
extends java.lang.Exception

Database Exception Wrapper

See Also:
Serialized Form

Constructor Summary
DBException()
           
DBException(java.lang.String sMsg)
           
 
Method Summary
 int getExceptionCode()
           
 void setExceptionCode(int iCode)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBException

public DBException()

DBException

public DBException(java.lang.String sMsg)
Method Detail

getExceptionCode

public int getExceptionCode()

setExceptionCode

public void setExceptionCode(int iCode)