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