Class RedisEnvironmentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RedisEnvironmentException.ConfigMissingException, RedisEnvironmentException.SwitchException, RedisEnvironmentException.UndefinedEnvironmentException

public class RedisEnvironmentException extends RedisException
Redis环境异常
See Also:
  • Constructor Details

    • RedisEnvironmentException

      public RedisEnvironmentException(String message)
    • RedisEnvironmentException

      public RedisEnvironmentException(String message, String errorCode)
    • RedisEnvironmentException

      public RedisEnvironmentException(String message, Throwable cause)
    • RedisEnvironmentException

      public RedisEnvironmentException(String message, Throwable cause, String errorCode)