Class RedisStoreException

All Implemented Interfaces:
Serializable

public class RedisStoreException extends StoreException
Redis存储接口异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • RedisStoreException

      public RedisStoreException(String message)
    • RedisStoreException

      public RedisStoreException(String message, String errorCode)
    • RedisStoreException

      public RedisStoreException(String message, Throwable cause)
    • RedisStoreException

      public RedisStoreException(String message, String errorCode, Throwable cause)