public class

SerializableException

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.rt.SerializableException

Class Overview

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>
 

Summary

Fields
protected List<DfsExceptionHolder> exceptionBean
protected String message
Public Constructors
SerializableException()
Public Methods
List<DfsExceptionHolder> getExceptionBean()
Gets the value of the exceptionBean property.
String getMessage()
Gets the value of the message property.
void setMessage(String value)
Sets the value of the message property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DfsExceptionHolder> exceptionBean

protected String message

Public Constructors

public SerializableException ()

Public Methods

public List<DfsExceptionHolder> getExceptionBean ()

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

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String