Package com.progress.open4gl
Class DeletedRowAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.progress.open4gl.ProSQLException
com.progress.open4gl.DeletedRowAccessException
- All Implemented Interfaces:
Serializable
,Iterable<Throwable>
This exception is thrown when the application tries to access a deleted row
in an SDOResultSet object.
- See Also:
-
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
ConstructorsConstructorDescriptionDeletedRowAccessException
(OutputSetException open4glException, String SQLState) DeletedRowAccessException
(String errorString) -
Method Summary
Methods inherited from class com.progress.open4gl.ProSQLException
getProException
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DeletedRowAccessException
-
DeletedRowAccessException
public DeletedRowAccessException() -
DeletedRowAccessException
-