public class SDOModificationException extends ProSQLException
STATE_08S01, STATE_S1000, STATE_S1002, STATE_S1008, state_S1010, state_S1C00, STATE_S1T00
Constructor and Description |
---|
SDOModificationException(OutputSetException open4glException,
java.lang.String SQLState,
java.lang.String errorString) |
SDOModificationException(java.lang.String errorString) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFields()
Returns the list of fields (if any) related to this error message.
|
java.lang.String |
getTable()
Returns the name of the table (if any) related to this error message.
|
java.lang.String |
getText()
Returns the text of the current error message.
|
boolean |
nextMessage()
Position the cursor on the next error message.
|
getProException
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SDOModificationException(OutputSetException open4glException, java.lang.String SQLState, java.lang.String errorString)
public SDOModificationException(java.lang.String errorString)
public boolean nextMessage()
Position the cursor on the next error message.
public java.lang.String getText()
Returns the text of the current error message.
public java.lang.String getFields()
Returns the list of fields (if any) related to this error message.
public java.lang.String getTable()
Returns the name of the table (if any) related to this error message.