public class InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException
java.sql.SQLException
root cause.
This typically happens when an invalid ResultSet column index or name has been specified.
ResultSet
,
Serialized FormConstructor and Description |
---|
InvalidResultSetAccessException(String msg,
SQLException ex)
Constructor for InvalidResultSetAccessException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidResultSetAccessException(String msg, SQLException ex)
msg
- messageex
- the root cause