public class ProSQLException
extends java.sql.SQLException
OutputSetException,
getProException(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STATE_08S01
Communication failure.
|
static java.lang.String |
STATE_S1000
General Error.
|
static java.lang.String |
STATE_S1002
Invalid column number.
|
static java.lang.String |
STATE_S1008
Operation canceled.
|
static java.lang.String |
state_S1010
Function sequence error.
|
static java.lang.String |
state_S1C00
Driver not capable to do this data type conversion.
|
static java.lang.String |
STATE_S1T00
Timeout expired.
|
| Constructor and Description |
|---|
ProSQLException() |
ProSQLException(OutputSetException open4glException,
java.lang.String SQLState) |
ProSQLException(java.lang.String errorString) |
ProSQLException(java.lang.Throwable t,
java.lang.String errorString) |
| Modifier and Type | Method and Description |
|---|---|
OutputSetException |
getProException() |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final java.lang.String state_S1010
public static final java.lang.String STATE_S1008
public static final java.lang.String STATE_S1002
public static final java.lang.String STATE_S1000
public static final java.lang.String state_S1C00
public static final java.lang.String STATE_S1T00
public static final java.lang.String STATE_08S01
public ProSQLException(OutputSetException open4glException, java.lang.String SQLState)
public ProSQLException()
public ProSQLException(java.lang.String errorString)
public ProSQLException(java.lang.Throwable t,
java.lang.String errorString)
public OutputSetException getProException()