IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wsrf
Class UnsupportedMemberInterfaceFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.wsrf.BaseFault
              extended by com.ibm.websphere.wsrf.UnsupportedMemberInterfaceFault
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedMemberInterfaceFault
extends BaseFault

This class represents the XML complexType "wsrf-sg:UnsupportedMemberInterfaceFaultType"

 <xsd:complexType name="UnsupportedMemberInterfaceFaultType">
   <xsd:complexContent>
     <xsd:extension base="wsrf-bf:BaseFaultType"/>
   </xsd:complexContent>
 </xsd:complexType>
 

See Also:
Serialized Form

Constructor Summary
UnsupportedMemberInterfaceFault()
          Default constructor.
UnsupportedMemberInterfaceFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes)
          Constructor for a new UnsupportedMemberInterfaceFault instance.
 
Method Summary
 
Methods inherited from class com.ibm.websphere.wsrf.BaseFault
getAttributes, getDescriptions, getErrorCode, getExtensibilityElements, getFaultCause, getOriginator, getTimestamp, setAttributes, setDescriptions, setErrorCode, setExtensibilityElements, setFaultCause, setOriginator, setTimestamp
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

UnsupportedMemberInterfaceFault

public UnsupportedMemberInterfaceFault()
Default constructor. Constructs a UnsupportedMemberInterfaceFault with the inherited and mandatory timestamp field set. Other fields may be modified using the 'set' methods.


UnsupportedMemberInterfaceFault

public UnsupportedMemberInterfaceFault(EndpointReference originator,
                                       ErrorCode errorCode,
                                       FaultDescription[] descriptions,
                                       IOSerializableSOAPElement faultCause,
                                       IOSerializableSOAPElement[] extensibilityElements,
                                       Attribute[] attributes)
Constructor for a new UnsupportedMemberInterfaceFault instance. Since all fields are optional, null may be passed for any value to omit a field.

Parameters:
originator - The WS-Addressing EndpointReference of the Web Service that generated the fault.
errorCode - The error code.
descriptions - The set of descriptions.
faultCause - The fault cause.
extensibilityElements - The set of extensibility elements.
attributes - The set of attributes

IBM WebSphere Application ServerTM
Release 7