public class MetadataRuntimeException
extends org.tinygroup.exception.BaseRuntimeException
| 构造器和说明 |
|---|
MetadataRuntimeException() |
MetadataRuntimeException(String errorCode,
org.tinygroup.context.Context context) |
MetadataRuntimeException(String errorCode,
Object... params) |
MetadataRuntimeException(String errorCode,
String defaultErrorMsg,
org.tinygroup.context.Context context,
Locale locale) |
MetadataRuntimeException(String errorCode,
String defaultErrorMsg,
Locale locale,
Object... params) |
MetadataRuntimeException(String errorCode,
String defaultErrorMsg,
Locale locale,
Throwable throwable,
Object... params) |
MetadataRuntimeException(String errorCode,
String defaultErrorMsg,
Throwable throwable,
Object... params) |
MetadataRuntimeException(String errorCode,
Throwable throwable,
Object... params) |
MetadataRuntimeException(Throwable cause) |
contains, getErrorCode, getErrorContext, getMessagepublic MetadataRuntimeException()
public MetadataRuntimeException(String errorCode, org.tinygroup.context.Context context)
public MetadataRuntimeException(String errorCode, String defaultErrorMsg, org.tinygroup.context.Context context, Locale locale)
public MetadataRuntimeException(String errorCode, String defaultErrorMsg, Locale locale, Object... params)
public MetadataRuntimeException(String errorCode, String defaultErrorMsg, Locale locale, Throwable throwable, Object... params)
public MetadataRuntimeException(String errorCode, String defaultErrorMsg, Throwable throwable, Object... params)
public MetadataRuntimeException(String errorCode, Throwable throwable, Object... params)
public MetadataRuntimeException(Throwable cause)
Copyright © 2006–2018 TinyGroup. All rights reserved.