spring-framework / org.springframework.jdbc / IncorrectResultSetColumnCountException / <init>

<init>

IncorrectResultSetColumnCountException(expectedCount: Int, actualCount: Int)

Constructor for IncorrectResultSetColumnCountException.

Parameters

expectedCount - the expected column count

actualCount - the actual column count

IncorrectResultSetColumnCountException(msg: String, expectedCount: Int, actualCount: Int)

Constructor for IncorrectResultCountDataAccessException.

Parameters

msg - the detail message

expectedCount - the expected column count

actualCount - the actual column count