クラス FallbackExceptionTranslationStrategy

java.lang.ObjectSE
org.springframework.data.redis.PassThroughExceptionTranslationStrategy
org.springframework.data.redis.FallbackExceptionTranslationStrategy
実装されたすべてのインターフェース:
ExceptionTranslationStrategy

public class FallbackExceptionTranslationStrategy extends PassThroughExceptionTranslationStrategy
FallbackExceptionTranslationStrategy は、不明な ExceptionSE に対して RedisSystemException を返します。
導入:
1.4
作成者:
Christoph Strobl, Thomas Darimont, Mark Paluch