Class WriteRedisConnectionException

All Implemented Interfaces:
Serializable

public class WriteRedisConnectionException extends RedisConnectionException
This error occurs when write operation over Redis connection can't be executed.
Author:
Nikita Koksharov
See Also:
  • Constructor Details

    • WriteRedisConnectionException

      public WriteRedisConnectionException(String msg)
    • WriteRedisConnectionException

      public WriteRedisConnectionException(String msg, Throwable e)