Class RedisCommandTimeoutException

  • All Implemented Interfaces:
    Serializable

    public class RedisCommandTimeoutException
    extends RedisException
    Exception thrown when the command waiting timeout is exceeded.
    Author:
    Mark Paluch
    See Also:
    Serialized Form
    • Constructor Detail

      • RedisCommandTimeoutException

        public RedisCommandTimeoutException()
        Create a RedisCommandTimeoutException with a default message.
      • RedisCommandTimeoutException

        public RedisCommandTimeoutException​(String msg)
        Create a RedisCommandTimeoutException with the specified detail message.
        Parameters:
        msg - the detail message.
      • RedisCommandTimeoutException

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