Package org.apache.cxf.binding.xml
Class XMLFault
- 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.xml.XMLFault
-
- All Implemented Interfaces:
Serializable
public class XMLFault extends org.apache.cxf.interceptor.Fault- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringXML_FAULT_CODE_CLIENTstatic StringXML_FAULT_CODE_SERVERstatic StringXML_FAULT_DETAILstatic StringXML_FAULT_PREFIXstatic StringXML_FAULT_ROOTstatic StringXML_FAULT_STRING
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XMLFaultcreateFault(org.apache.cxf.interceptor.Fault f)-
Methods inherited from class org.apache.cxf.interceptor.Fault
getDetail, getFaultCode, getLang, getMessage, getOrCreateDetail, getStatusCode, hasDetails, setDetail, setFaultCode, setLang, setMessage, setStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
XML_FAULT_PREFIX
public static final String XML_FAULT_PREFIX
- See Also:
- Constant Field Values
-
XML_FAULT_ROOT
public static final String XML_FAULT_ROOT
- See Also:
- Constant Field Values
-
XML_FAULT_STRING
public static final String XML_FAULT_STRING
- See Also:
- Constant Field Values
-
XML_FAULT_DETAIL
public static final String XML_FAULT_DETAIL
- See Also:
- Constant Field Values
-
XML_FAULT_CODE_SERVER
public static final String XML_FAULT_CODE_SERVER
- See Also:
- Constant Field Values
-
XML_FAULT_CODE_CLIENT
public static final String XML_FAULT_CODE_CLIENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFault
public static XMLFault createFault(org.apache.cxf.interceptor.Fault f)
-
-