Module lettuce.core

Class RedisLoadingException

All Implemented Interfaces:
Serializable

public class RedisLoadingException
extends RedisCommandExecutionException
Exception that gets thrown when Redis is loading a dataset into memory and replying with a LOADING error response.
Since:
4.5
Author:
Mark Paluch
See Also:
Serialized Form
  • Constructor Details

    • RedisLoadingException

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

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