com.ibm.websphere.wsrf

Class ContentCreationFailedFault

  • All Implemented Interfaces:
    java.io.Serializable


    public class ContentCreationFailedFault
    extends BaseFault

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

     <xsd:complexType name="ContentCreationFailedFaultType">
       <xsd:complexContent>
         <xsd:extension base="wsrf-bf:BaseFaultType"/>
       </xsd:complexContent>
     </xsd:complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentCreationFailedFault

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

        public ContentCreationFailedFault(EndpointReference originator,
                                  ErrorCode errorCode,
                                  FaultDescription[] descriptions,
                                  IOSerializableSOAPElement faultCause,
                                  IOSerializableSOAPElement[] extensibilityElements,
                                  Attribute[] attributes)
        Constructor for a new ContentCreationFailedFault 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
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Get the message for this fault. This method overrides the implementation in java.lang.Throwable to return the text of the first description in the sequence of descriptions belonging to the fault.
        Overrides:
        getMessage in class java.lang.Throwable
        See Also:
        Throwable.getMessage()
IBM WebSphere Application ServerTM
Release 8.5