Class RedisCommandInterruptedException

  • All Implemented Interfaces:
    Serializable

    public class RedisCommandInterruptedException
    extends RedisException
    Exception thrown when the thread executing a redis command is interrupted.
    Author:
    Will Glozer, Mark Paluch
    See Also:
    Serialized Form
    • Constructor Detail

      • RedisCommandInterruptedException

        public RedisCommandInterruptedException​(Throwable cause)
        Create a RedisCommandInterruptedException with the specified nested exception.
        Parameters:
        cause - the nested exception.