public class DataEncodingException
extends org.springframework.dao.DataAccessException
Exception thrown if certain expected data could not be read due to unkwown encoding or some other reason.
This exception will be thrown by DAO implementations.
This is subclass of org.springframework.dao.DataAccessException. See spring documentation
for more details.