public class AopCacheException extends BaseRuntimeException
| Constructor and Description |
|---|
AopCacheException() |
AopCacheException(String errorCode,
Context context) |
AopCacheException(String errorCode,
Context context,
Locale locale) |
AopCacheException(String errorCode,
Object... params) |
AopCacheException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
AopCacheException(String errorCode,
String defaultErrorMsg,
Locale locale,
Object... params) |
AopCacheException(String errorCode,
String defaultErrorMsg,
Locale locale,
Throwable throwable,
Object... params) |
AopCacheException(String errorCode,
String defaultErrorMsg,
Throwable throwable,
Object... params) |
AopCacheException(String errorCode,
Throwable throwable,
Object... params) |
AopCacheException(Throwable cause) |
contains, getErrorCode, getErrorContext, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AopCacheException()
public AopCacheException(String errorCode, String defaultErrorMsg, Context context, Locale locale)
public AopCacheException(String errorCode, String defaultErrorMsg, Locale locale, Object... params)
public AopCacheException(String errorCode, String defaultErrorMsg, Locale locale, Throwable throwable, Object... params)
public AopCacheException(String errorCode, String defaultErrorMsg, Throwable throwable, Object... params)
public AopCacheException(Throwable cause)
Copyright © 2006–2018 TinyGroup. All rights reserved.