|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.7) E10660-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.bpel.services.common.exception.ServicesException
oracle.bpel.services.workflow.StaleObjectException
public class StaleObjectException
| 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 |
|---|
public static final java.lang.String PAYLOAD_PART_NAME
| Constructor Detail |
|---|
public StaleObjectException(java.lang.Throwable t)
public StaleObjectException(int err)
public StaleObjectException(int err,
java.lang.Object[] objs)
public StaleObjectException(int err,
java.lang.Object[] objs,
java.lang.Throwable t)
public StaleObjectException(int err,
java.lang.Object[] objs,
java.lang.Object[] context)
public StaleObjectException(int err,
java.lang.Object[] objs,
java.lang.Object[] context,
java.lang.Throwable t)
| Method Detail |
|---|
public void setTask(Task task)
task - The latest task objectpublic java.lang.String getFaultName()
public java.lang.Object getPart(java.lang.String s)
public java.util.Map getParts()
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.7) E10660-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||