Package icu.easyj.data.store
Class RedisStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.data.store.StoreException
icu.easyj.data.store.RedisStoreException
- All Implemented Interfaces:
Serializable
Redis存储接口异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisStoreException(String message) RedisStoreException(String message, String errorCode) RedisStoreException(String message, String errorCode, Throwable cause) RedisStoreException(String message, Throwable cause) -
Method Summary
Methods inherited from class icu.easyj.core.exception.BaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisStoreException
-
RedisStoreException
-
RedisStoreException
-
RedisStoreException
-