Apache CXF API

org.apache.cxf.ws.eventing.shared.faults
Class WSEventingFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.interceptor.Fault
                      extended by org.apache.cxf.binding.soap.SoapFault
                          extended by org.apache.cxf.ws.eventing.shared.faults.WSEventingFault
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotProcessFilter, DeliveryFormatRequestedUnavailable, EmptyFilter, EndToNotSupported, FilteringRequestedUnavailable, NoDeliveryMechanismEstablished, UnknownSubscription, UnsupportedExpirationType, UnsupportedExpirationValue, UnusableEPR

public abstract class WSEventingFault
extends SoapFault

The parent for all WS-Eventing-specific faults.

See Also:
Serialized Form

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
WSEventingFault(String reason, Element 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.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
 

Constructor Detail

WSEventingFault

public WSEventingFault(String reason,
                       Element detail,
                       QName faultCode)

Apache CXF API

Apache CXF