public class LifecycleException extends MadzRuntimeException
bundle, errorCode| Constructor and Description |
|---|
LifecycleException(Class<?> cls,
String bundle,
String errorCode) |
LifecycleException(Class<?> cls,
String bundle,
String errorCode,
Object... messageVars) |
LifecycleException(Class<?> cls,
String bundle,
String errorCode,
String[] messageVars,
Throwable cause) |
LifecycleException(Class<?> cls,
String bundle,
String errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
getBundle, getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LifecycleException(Class<?> cls, String bundle, String errorCode, Object... messageVars)
public LifecycleException(Class<?> cls, String bundle, String errorCode, String[] messageVars, Throwable cause)
public LifecycleException(Class<?> cls, String bundle, String errorCode, Throwable cause)
public String getCategory()
getCategory in class MadzRuntimeExceptionCopyright © 2015. All Rights Reserved.