Class WSTransferFault

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.soap.SoapFault
org.apache.cxf.ws.transfer.shared.faults.WSTransferFault
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidRepresentation, PutDenied, UnknownDialect, UnknownResource

public abstract class WSTransferFault extends org.apache.cxf.binding.soap.SoapFault
The parent for all WS-Transfer-specific faults.
See Also:
  • Field Summary

    Fields inherited from class org.apache.cxf.binding.soap.SoapFault

    ATTACHMENT_IO

    Fields inherited from class org.apache.cxf.interceptor.Fault

    FAULT_CODE_CLIENT, FAULT_CODE_SERVER, STACKTRACE, STACKTRACE_NAMESPACE

    Fields inherited from class org.apache.cxf.common.i18n.UncheckedException

    message
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSTransferFault(String reason, String detail, QName faultCode)
     
  • Method Summary

    Methods inherited from class org.apache.cxf.binding.soap.SoapFault

    addSubCode, createFault, getCodeString, getNamespaces, getNode, getReason, getRole, getSubCode, getSubCodes, getSubCodeString, setNamespaces, setNode, setRole, setSubCode, setSubCodes

    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 org.apache.cxf.common.i18n.UncheckedException

    getCode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WSTransferFault

      public WSTransferFault(String reason, String detail, QName faultCode)