Class RedisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.somta.core.exception.BaseException
net.somta.core.exception.SysException
net.somta.extra.cache.redis.exception.RedisException
- All Implemented Interfaces:
Serializable
public class RedisException
extends net.somta.core.exception.SysException
Redis自定义异常
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisException(net.somta.core.base.IBaseError baseError, Object... args) RedisException(net.somta.core.base.IBaseError baseError, Throwable throwable, Object... args) -
Method Summary
Methods inherited from class net.somta.core.exception.BaseException
getErrorCode, getErrorMsg, getErrorType, getThrowable, setErrorCode, setErrorMsg, setErrorType, setThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisException
-
RedisException
-