Class PassThroughExceptionTranslationStrategy

java.lang.Object
org.springframework.data.redis.PassThroughExceptionTranslationStrategy
All Implemented Interfaces:
ExceptionTranslationStrategy
Direct Known Subclasses:
FallbackExceptionTranslationStrategy

public class PassThroughExceptionTranslationStrategy extends Object implements ExceptionTranslationStrategy
Since:
1.4
Author:
Christoph Strobl, Mark Paluch
  • Constructor Details

    • PassThroughExceptionTranslationStrategy

      public PassThroughExceptionTranslationStrategy(org.springframework.core.convert.converter.Converter<Exception,org.springframework.dao.DataAccessException> converter)
  • Method Details