This exception is thrown if the any exception is thrown while converting a row from a ResultSet into a Persistent object.
It is also thrown by the hasNext() and next() methods of the custom Iterator, since they cannot throw a regular exception.
public DataSourceCursorRuntimeException(String msg)(Code)
Constructs a new exception specifying an error message.
Parameters: msg - This message is for internal diagnostics.
DataSourceCursorRuntimeException
public DataSourceCursorRuntimeException(String msg, Throwable sourceException)(Code)
Constructs a new exception specifying an error message and a source exception.
Parameters: msg - This message is for internal diagnostics. Parameters: sourceException - The source exception being wrapped.