Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.bpel.services.workflow
Class StaleObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.bpel.services.common.exception.ServicesException
              extended by oracle.bpel.services.workflow.StaleObjectException

All Implemented Interfaces:
java.io.Serializable

public class StaleObjectException
extends ServicesException
See Also:
Serialized Form

Field Summary
static java.lang.String PAYLOAD_PART_NAME
           

 

Constructor Summary
StaleObjectException(int err)
           
StaleObjectException(int err, java.lang.Object[] objs)
           
StaleObjectException(int err, java.lang.Object[] objs, java.lang.Object[] context)
           
StaleObjectException(int err, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
StaleObjectException(int err, java.lang.Object[] objs, java.lang.Throwable t)
           
StaleObjectException(java.lang.Throwable t)
           

 

Method Summary
 java.lang.String getFaultName()
          Get the fault name corresponding to the exception
 java.lang.Object getPart(java.lang.String s)
          Get the part corresponding to the part name
 java.util.Map getParts()
          Get the parts in the message
 void setTask(Task task)
          Set the latest task

 

Methods inherited from class oracle.bpel.services.common.exception.ServicesException
getComponent, getDescription, getErrorArgs, getErrorCode, getLocalizedMessage, getMessage, getName, getRootCause, setLocale, setPropertyBundleName, setPropertyBundleName, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

PAYLOAD_PART_NAME

public static final java.lang.String PAYLOAD_PART_NAME
See Also:
Constant Field Values

Constructor Detail

StaleObjectException

public StaleObjectException(java.lang.Throwable t)

StaleObjectException

public StaleObjectException(int err)

StaleObjectException

public StaleObjectException(int err,
                            java.lang.Object[] objs)

StaleObjectException

public StaleObjectException(int err,
                            java.lang.Object[] objs,
                            java.lang.Throwable t)

StaleObjectException

public StaleObjectException(int err,
                            java.lang.Object[] objs,
                            java.lang.Object[] context)

StaleObjectException

public StaleObjectException(int err,
                            java.lang.Object[] objs,
                            java.lang.Object[] context,
                            java.lang.Throwable t)

Method Detail

setTask

public void setTask(Task task)
Set the latest task
Parameters:
task - The latest task object

getFaultName

public java.lang.String getFaultName()
Get the fault name corresponding to the exception
Returns:
String faultName

getPart

public java.lang.Object getPart(java.lang.String s)
Get the part corresponding to the part name
Returns:
Object Part corresponding to the part name

getParts

public java.util.Map getParts()
Get the parts in the message
Returns:
Map The parts with the part name as the key and the value

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.