Uses of Class
com.ibm.wsspi.uow.UOWActionException

Packages that use UOWActionException
com.ibm.wsspi.uow   
 

Uses of UOWActionException in com.ibm.wsspi.uow
 

Methods in com.ibm.wsspi.uow that throw UOWActionException
 void UOWManager.runUnderUOW(int uowType, boolean join, UOWAction uowAction)
           Causes the work encapsulated by the uowAction run method to be executed under the requested UOW.