public class

ServiceException

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

Class Overview

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>
 

Summary

Fields
protected List<DfsExceptionHolder> exceptionBean
protected String message
protected List<Object> messageArgs
protected String messageId
protected String stackTraceAsString
Public Constructors
ServiceException()
Public Methods
List<DfsExceptionHolder> getExceptionBean()
Gets the value of the exceptionBean property.
String getMessage()
Gets the value of the message property.
List<Object> getMessageArgs()
Gets the value of the messageArgs property.
String getMessageId()
Gets the value of the messageId property.
String getStackTraceAsString()
Gets the value of the stackTraceAsString property.
void setMessage(String value)
Sets the value of the message property.
void setMessageId(String value)
Sets the value of the messageId property.
void setStackTraceAsString(String value)
Sets the value of the stackTraceAsString property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DfsExceptionHolder> exceptionBean

protected String message

protected List<Object> messageArgs

protected String messageId

protected String stackTraceAsString

Public Constructors

public ServiceException ()

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 List<Object> getMessageArgs ()

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

public String getMessageId ()

Gets the value of the messageId property.

Returns
  • possible object is String

public String getStackTraceAsString ()

Gets the value of the stackTraceAsString property.

Returns
  • possible object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setMessageId (String value)

Sets the value of the messageId property.

Parameters
value Allowed object is String

public void setStackTraceAsString (String value)

Sets the value of the stackTraceAsString property.

Parameters
value Allowed object is String