Module lettuce.core

Class RedisBusyException

All Implemented Interfaces:
Serializable

public class RedisBusyException
extends RedisCommandExecutionException
Exception that gets thrown when Redis is busy executing a Lua script with a BUSY error response.
Since:
4.5
Author:
Mark Paluch
See Also:
Serialized Form
  • Constructor Details

    • RedisBusyException

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

      public RedisBusyException​(String msg, Throwable cause)
      Create a RedisNoScriptException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message.
      cause - the nested exception.