public class RedisException extends FrameworkException
| 构造器和说明 |
|---|
RedisException()
Instantiates a new Redis exception.
|
RedisException(FrameworkErrorCode err)
Instantiates a new Redis exception.
|
RedisException(String msg)
Instantiates a new Redis exception.
|
RedisException(String msg,
FrameworkErrorCode errCode)
Instantiates a new Redis exception.
|
RedisException(Throwable th)
Instantiates a new Redis exception.
|
RedisException(Throwable th,
String msg)
Instantiates a new Redis exception.
|
RedisException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
Instantiates a new Redis exception.
|
getErrcode, nestedException, nestedException, nestedSQLException, nestedSQLExceptionpublic RedisException()
public RedisException(FrameworkErrorCode err)
err - the errpublic RedisException(String msg)
msg - the msgpublic RedisException(String msg, FrameworkErrorCode errCode)
msg - the msgerrCode - the err codepublic RedisException(Throwable cause, String msg, FrameworkErrorCode errCode)
cause - the causemsg - the msgerrCode - the err codepublic RedisException(Throwable th)
th - the thCopyright © 2020 Seata. All rights reserved.