java.lang.Object | |
↳ | com.emc.documentum.fs.rt.SerializableException |
Java class for SerializableException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SerializableException"> <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"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
exceptionBean | |||||||||||
message |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the exceptionBean property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Sets the value of the message 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.
Sets the value of the message property.
value | Allowed object is String |
---|