Package icu.easyj.data.store
Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.data.store.StoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DbStoreException,RedisStoreException
存储接口异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreException(String message) StoreException(String message, String errorCode) StoreException(String message, String errorCode, Throwable cause) StoreException(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
-
StoreException
-
StoreException
-
StoreException
-
StoreException
-