Package | Description |
---|---|
org.ow2.orchestra.facade.data.runtime | |
org.ow2.orchestra.facade.exception | |
org.ow2.orchestra.facade.runtime | |
org.ow2.orchestra.facade.runtime.impl |
Modifier and Type | Method and Description |
---|---|
BpelFaultException |
BpelFaultData.getBpelFault() |
Constructor and Description |
---|
BpelFaultData(BpelFaultException bpelFault,
ActivityInstanceUUID activityInstanceUUID) |
Modifier and Type | Class and Description |
---|---|
class |
FaultWithElement
Represents a fault that has been thrown by the Bpel process with a variable
that doesn't correspond to any Element.
|
class |
FaultWithMessage
Represents a fault resulting from an Invoke.
|
Modifier and Type | Method and Description |
---|---|
BpelFaultException |
BpelFaultException.copy() |
BpelFaultException |
BpelFaultException.fullCopy() |
static BpelFaultException |
BpelFaultException.generateBpelFaultException(BpelFaultException.BpelFault fault) |
static BpelFaultException |
BpelFaultException.generateBpelFaultException(BpelFaultException.BpelFault fault,
String message,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
BpelFaultException |
ActivityInstance.getLastException()
Get the last exception thrown by this activity, null if the activity has
never thrown any exceptions
|
Modifier and Type | Field and Description |
---|---|
protected BpelFaultException |
ActivityInstanceImpl.lastException |
Modifier and Type | Method and Description |
---|---|
BpelFaultException |
ActivityInstanceImpl.getLastException() |
Copyright © 2011 OW2 Consortium. All Rights Reserved.