Skip navigation links 
 
oracle.bpel.services.workflow
Class StaleObjectException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.bpel.services.common.exception.ServicesException
              
oracle.bpel.services.workflow.StaleObjectException
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class StaleObjectException
 
- extends ServicesException
 
- See Also:
 
- Serialized Form
 
 
  
 
  
 
| 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 | 
 
 
PAYLOAD_PART_NAME
public static final java.lang.String PAYLOAD_PART_NAME
- 
- See Also:
 
- Constant Field Values
 
 
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)
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 
 
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.