Module lettuce.core

Class RedisCommandExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BatchException, RedisBusyException, RedisLoadingException, RedisNoScriptException

public class RedisCommandExecutionException
extends RedisException
Exception for errors states reported by Redis.
Author:
Mark Paluch
See Also:
Serialized Form
  • Constructor Details

    • RedisCommandExecutionException

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

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

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