java.lang.Object | |
↳ | com.emc.documentum.fs.rt.ServiceException |
Java class for ServiceException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceException"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="exceptionBean" type="{http://rt.fs.documentum.emc.com/}DfsExceptionHolder" maxOccurs="unbounded" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="messageArgs" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> <element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="stackTraceAsString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
exceptionBean | |||||||||||
message | |||||||||||
messageArgs | |||||||||||
messageId | |||||||||||
stackTraceAsString |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the exceptionBean property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the messageArgs property.
| |||||||||||
Gets the value of the messageId property.
| |||||||||||
Gets the value of the stackTraceAsString property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the messageId property.
| |||||||||||
Sets the value of the stackTraceAsString property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the exceptionBean property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the exceptionBean property.
For example, to add a new item, do as follows:
getExceptionBean().add(newItem);
Objects of the following type(s) are allowed in the list
DfsExceptionHolder
Gets the value of the message property.
Gets the value of the messageArgs property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the messageArgs property.
For example, to add a new item, do as follows:
getMessageArgs().add(newItem);
Objects of the following type(s) are allowed in the list Object
Gets the value of the messageId property.
Gets the value of the stackTraceAsString property.
Sets the value of the message property.
value | Allowed object is String |
---|
Sets the value of the messageId property.
value | Allowed object is String |
---|
Sets the value of the stackTraceAsString property.
value | Allowed object is String |
---|