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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.cxf.interceptor.Fault
FAULT_CODE_CLIENT, FAULT_CODE_SERVER, STACKTRACE, STACKTRACE_NAMESPACEFields inherited from class org.apache.cxf.common.i18n.UncheckedException
message -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, setStatusCodeMethods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
XML_FAULT_PREFIX
- See Also:
-
XML_FAULT_ROOT
- See Also:
-
XML_FAULT_STRING
- See Also:
-
XML_FAULT_DETAIL
- See Also:
-
XML_FAULT_CODE_SERVER
- See Also:
-
XML_FAULT_CODE_CLIENT
- See Also:
-
-
Constructor Details
-
XMLFault
-
XMLFault
public XMLFault(org.apache.cxf.common.i18n.Message message) -
XMLFault
-
-
Method Details
-
createFault
-