org.apache.cxf.binding.jbi
Class JBIFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.interceptor.Fault
org.apache.cxf.binding.jbi.JBIFault
- All Implemented Interfaces:
- java.io.Serializable
public class JBIFault
- extends org.apache.cxf.interceptor.Fault
- See Also:
- Serialized Form
| Fields inherited from class org.apache.cxf.interceptor.Fault |
FAULT_CODE_CLIENT, FAULT_CODE_SERVER, STACKTRACE |
|
Constructor Summary |
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)
|
| Methods inherited from class org.apache.cxf.interceptor.Fault |
getDetail, getFaultCode, getMessage, getOrCreateDetail, hasDetails, setDetail, setFaultCode, setMessage |
| Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
getCode |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JBI_FAULT_PREFIX
public static final java.lang.String JBI_FAULT_PREFIX
- See Also:
- Constant Field Values
JBI_FAULT_ROOT
public static final java.lang.String JBI_FAULT_ROOT
- See Also:
- Constant Field Values
JBI_FAULT_STRING
public static final java.lang.String JBI_FAULT_STRING
- See Also:
- Constant Field Values
JBI_FAULT_DETAIL
public static final java.lang.String JBI_FAULT_DETAIL
- See Also:
- Constant Field Values
JBI_FAULT_CODE_SERVER
public static final java.lang.String JBI_FAULT_CODE_SERVER
- See Also:
- Constant Field Values
JBI_FAULT_CODE_CLIENT
public static final java.lang.String JBI_FAULT_CODE_CLIENT
- See Also:
- Constant Field Values
JBIFault
public JBIFault(org.apache.cxf.common.i18n.Message message,
java.lang.Throwable throwable)
JBIFault
public JBIFault(org.apache.cxf.common.i18n.Message message)
JBIFault
public JBIFault(java.lang.String message)
createFault
public static JBIFault createFault(org.apache.cxf.interceptor.Fault f)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.