public class dbException
extends java.lang.RuntimeException
Additionally network errors and internal VORTEXjava errors will also throw this exception. These errors will all have an sqlCode of (-1).
Modifier and Type | Field and Description |
---|---|
int |
sqlCode
Database error code
|
java.lang.String |
sqlMsg
Database error message
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
Updated June 17 2024