public class JbiFault
extends org.apache.cxf.interceptor.Fault
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JBI_FAULT_CODE_CLIENT |
static java.lang.String |
JBI_FAULT_CODE_SERVER |
static java.lang.String |
JBI_FAULT_DETAIL |
static java.lang.String |
JBI_FAULT_PREFIX |
static java.lang.String |
JBI_FAULT_ROOT |
static java.lang.String |
JBI_FAULT_STRING |
| Constructor and Description |
|---|
JbiFault(org.apache.cxf.common.i18n.Message message) |
JbiFault(org.apache.cxf.common.i18n.Message message,
java.lang.Throwable throwable) |
JbiFault(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
static JbiFault |
createFault(org.apache.cxf.interceptor.Fault f) |
getDetail, getFaultCode, getLang, getMessage, getOrCreateDetail, getStatusCode, hasDetails, setDetail, setFaultCode, setLang, setMessage, setStatusCodepublic static final java.lang.String JBI_FAULT_PREFIX
public static final java.lang.String JBI_FAULT_ROOT
public static final java.lang.String JBI_FAULT_STRING
public static final java.lang.String JBI_FAULT_DETAIL
public static final java.lang.String JBI_FAULT_CODE_SERVER
public static final java.lang.String JBI_FAULT_CODE_CLIENT
public JbiFault(org.apache.cxf.common.i18n.Message message,
java.lang.Throwable throwable)
public JbiFault(org.apache.cxf.common.i18n.Message message)
public JbiFault(java.lang.String message)
public static JbiFault createFault(org.apache.cxf.interceptor.Fault f)
Copyright © 2005-2014 FuseSource. All Rights Reserved.