|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException vortex.dbException
public class dbException
All RDBMS errors will throw this exception. These errors will have sqlCode set to the actual RDBMS error.
Additionally network errors and internal VORTEXjava errors will also throw this exception. These errors will all have an sqlCode of (-1).
Field Summary | |
---|---|
int |
sqlCode
Database error code |
java.lang.String |
sqlMsg
Database error message |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int sqlCode
public java.lang.String sqlMsg
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |