public class RedisException extends FrameworkException
| Constructor and Description |
|---|
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, nestedSQLExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2023 Seata. All rights reserved.