spring-security-acl-4.0.3.RELEASE
currently all DataAccessException interpreted as primiry key is not found, but it is bad solution, some runtime sql exception will be skipped such as datatype converting and so on.
Better is to use EmptyResultDataAccessException and IncorrectResultSizeDataAccessException
spring-security-acl-4.0.3.RELEASE
currently all DataAccessException interpreted as primiry key is not found, but it is bad solution, some runtime sql exception will be skipped such as datatype converting and so on.
Better is to use EmptyResultDataAccessException and IncorrectResultSizeDataAccessException