com.ibm.websphere.wsrf
Class TerminationTimeChangeRejectedFault
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.wsrf.BaseFault
com.ibm.websphere.wsrf.TerminationTimeChangeRejectedFault
All implemented interfaces:
java.io.Serializable
- public class TerminationTimeChangeRejectedFault
- extends BaseFault
This class represents the XML complexType "wsrf-rl:TerminationTimeChangeRejectedFaultType"
<xsd:complexType name="TerminationTimeChangeRejectedFaultType"> <xsd:complexContent> <xsd:extension base="wsrf-bf:BaseFaultType"/> </xsd:complexContent> </xsd:complexType>
See Also:
Constructor Summary
Constructor and Description |
---|
TerminationTimeChangeRejectedFault()
Default constructor.
|
TerminationTimeChangeRejectedFault(EndpointReference originator,ErrorCode errorCode,FaultDescription[] descriptions,IOSerializableSOAPElement faultCause,IOSerializableSOAPElement[] extensibilityElements,Attribute[] attributes)
Constructor for a new TerminationTimeChangeRejectedFault instance.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMessage()
Get the message for this fault.
|
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, 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
TerminationTimeChangeRejectedFault
- public TerminationTimeChangeRejectedFault( )
Default constructor. Constructs a TerminationTimeChangeRejectedFault with the inherited and mandatory
timestamp field set. Other fields may be modified using the 'set' methods.
TerminationTimeChangeRejectedFault
- public TerminationTimeChangeRejectedFault( EndpointReference originator,
- ErrorCode errorCode,
- FaultDescription[] descriptions,
- IOSerializableSOAPElement faultCause,
- IOSerializableSOAPElement[] extensibilityElements,
- Attribute[] attributes)
Constructor for a new TerminationTimeChangeRejectedFault 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()