Class RedisException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AliyunRedisException, RedisCommandException, RedisConnectionException, RedisEnvironmentException

public class RedisException extends RuntimeException
Redis异常基类
See Also:
  • Constructor Details

    • RedisException

      public RedisException(String message)
    • RedisException

      public RedisException(String message, String errorCode)
    • RedisException

      public RedisException(String message, Throwable cause)
    • RedisException

      public RedisException(String message, Throwable cause, String errorCode)
  • Method Details

    • getErrorCode

      public String getErrorCode()
      获取错误码
      Returns:
      错误码