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:
- java.io.Serializable
public class XMLFault
- extends Fault
- See Also:
- Serialized Form
| 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 |
XML_FAULT_PREFIX
public static final java.lang.String XML_FAULT_PREFIX
- See Also:
- Constant Field Values
XML_FAULT_ROOT
public static final java.lang.String XML_FAULT_ROOT
- See Also:
- Constant Field Values
XML_FAULT_STRING
public static final java.lang.String XML_FAULT_STRING
- See Also:
- Constant Field Values
XML_FAULT_DETAIL
public static final java.lang.String XML_FAULT_DETAIL
- See Also:
- Constant Field Values
XML_FAULT_CODE_SERVER
public static final java.lang.String XML_FAULT_CODE_SERVER
- See Also:
- Constant Field Values
XML_FAULT_CODE_CLIENT
public static final java.lang.String XML_FAULT_CODE_CLIENT
- See Also:
- Constant Field Values
XMLFault
public XMLFault(Message message,
java.lang.Throwable throwable)
XMLFault
public XMLFault(Message message)
XMLFault
public XMLFault(java.lang.String message)
createFault
public static XMLFault createFault(Fault f)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.