|
|||||||
| 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.sql.SQLException
|
+--com.progress.open4gl.ProSQLException
|
+--com.progress.open4gl.DeletedRowAccessException
This exception is thrown when the application tries to access a deleted row in an SDOResultSet object.
| Field Summary |
| Fields inherited from class com.progress.open4gl.ProSQLException |
state_08S01, state_S1000, state_S1002, state_S1008, state_S1010, state_S1C00, state_S1T00 |
| Constructor Summary | |
DeletedRowAccessException()
|
|
DeletedRowAccessException(OutputSetException open4glException,
java.lang.String SQLState)
|
|
DeletedRowAccessException(java.lang.String errorString)
|
|
| Methods inherited from class com.progress.open4gl.ProSQLException |
getProException |
| Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
| 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 |
public DeletedRowAccessException()
public DeletedRowAccessException(OutputSetException open4glException,
java.lang.String SQLState)
public DeletedRowAccessException(java.lang.String errorString)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||