Apache CXF API

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

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
                              extended by org.apache.cxf.ws.eventing.shared.faults.UnsupportedExpirationValue
All Implemented Interfaces:
Serializable

public class UnsupportedExpirationValue
extends WSEventingFault

See Also:
Serialized Form

Field Summary
static String LOCAL_PART
           
static String REASON
           
 
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
UnsupportedExpirationValue()
           
 
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
 

Field Detail

REASON

public static final String REASON
See Also:
Constant Field Values

LOCAL_PART

public static final String LOCAL_PART
See Also:
Constant Field Values
Constructor Detail

UnsupportedExpirationValue

public UnsupportedExpirationValue()

Apache CXF API

Apache CXF