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