public class MetadataRuntimeException extends BaseRuntimeException
Constructor and Description |
---|
MetadataRuntimeException() |
MetadataRuntimeException(String errorCode,
Context context) |
MetadataRuntimeException(String errorCode,
Object... params) |
MetadataRuntimeException(String errorCode,
String defaultErrorMsg,
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, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MetadataRuntimeException()
public MetadataRuntimeException(String errorCode, String defaultErrorMsg, 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.