Class LettuceExceptionConverter

java.lang.Object
org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Exception,org.springframework.dao.DataAccessException>

public class LettuceExceptionConverter extends Object implements org.springframework.core.convert.converter.Converter<Exception,org.springframework.dao.DataAccessException>
Converts Lettuce Exceptions to DataAccessExceptions
Author:
Jennifer Hickey, Thomas Darimont, Mark Paluch
  • Constructor Details

    • LettuceExceptionConverter

      public LettuceExceptionConverter()
  • Method Details

    • convert

      public org.springframework.dao.DataAccessException convert(Exception ex)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<Exception,org.springframework.dao.DataAccessException>