Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.patterns.uaWebService.types
Class ServiceErrorMessage

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
      extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceErrorMessage
Direct Known Subclasses:
ServiceAttrValErrorMessage, ServiceDMLErrorMessage, ServiceRowValErrorMessage

public class ServiceErrorMessage
extends ServiceMessage

Java class for ServiceErrorMessage complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceErrorMessage">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/adf/svc/errors/}ServiceMessage">
       <sequence>
         <element name="sdoObject" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="exceptionClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String exceptionClassName
           
protected  java.lang.Object sdoObject
           
 
Fields inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
code, detail, message, severity
 
Constructor Summary
ServiceErrorMessage()
           
 
Method Summary
 java.lang.String getExceptionClassName()
          Gets the value of the exceptionClassName property.
 java.lang.Object getSdoObject()
          Gets the value of the sdoObject property.
 void setExceptionClassName(java.lang.String value)
          Sets the value of the exceptionClassName property.
 void setSdoObject(java.lang.Object value)
          Sets the value of the sdoObject property.
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uaWebService.types.ServiceMessage
getCode, getDetail, getMessage, getSeverity, setCode, setMessage, setSeverity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdoObject

protected java.lang.Object sdoObject

exceptionClassName

protected java.lang.String exceptionClassName
Constructor Detail

ServiceErrorMessage

public ServiceErrorMessage()
Method Detail

getSdoObject

public java.lang.Object getSdoObject()
Gets the value of the sdoObject property.

Returns:
possible object is Object

setSdoObject

public void setSdoObject(java.lang.Object value)
Sets the value of the sdoObject property.

Parameters:
value - allowed object is Object

getExceptionClassName

public java.lang.String getExceptionClassName()
Gets the value of the exceptionClassName property.

Returns:
possible object is String

setExceptionClassName

public void setExceptionClassName(java.lang.String value)
Sets the value of the exceptionClassName property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.