Uses of Class
org.ow2.orchestra.facade.exception.BpelFaultException

Packages that use BpelFaultException
org.ow2.orchestra.facade.exception   
org.ow2.orchestra.facade.runtime   
org.ow2.orchestra.facade.runtime.impl   
 

Uses of BpelFaultException in org.ow2.orchestra.facade.exception
 

Subclasses of BpelFaultException in org.ow2.orchestra.facade.exception
 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.
 

Methods in org.ow2.orchestra.facade.exception that return BpelFaultException
 BpelFaultException BpelFaultException.copy()
           
 BpelFaultException BpelFaultException.fullCopy()
           
static BpelFaultException BpelFaultException.generateBpelFaultException(BpelFaultException.BpelFault fault)
           
static BpelFaultException BpelFaultException.generateBpelFaultException(BpelFaultException.BpelFault fault, java.lang.String message, java.lang.Exception cause)
           
 

Uses of BpelFaultException in org.ow2.orchestra.facade.runtime
 

Methods in org.ow2.orchestra.facade.runtime that return BpelFaultException
 BpelFaultException ActivityInstance.getLastException()
          Get the last exception thrown by this activity, null if the activity has never thrown any exceptions
 

Uses of BpelFaultException in org.ow2.orchestra.facade.runtime.impl
 

Fields in org.ow2.orchestra.facade.runtime.impl declared as BpelFaultException
protected  BpelFaultException ActivityInstanceImpl.lastException
           
 

Methods in org.ow2.orchestra.facade.runtime.impl that return BpelFaultException
 BpelFaultException ActivityInstanceImpl.getLastException()
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.