Deprecated API


Contents
Deprecated Interfaces
com.ibm.bpe.api.ExpirationBehavior
          As of version 7.0, replaced by the more generalized TimerBehavior interface. 
com.ibm.bpe.api.WorkItemActions
            
com.ibm.bpe.api.WorkListActions
            
com.ibm.bpe.api.WorkListData
          As of version 6.0, replaced by the StoredQueryData object. The WorkList has been renamed to better express its meaning.

 

 

Deprecated Exceptions
com.ibm.bpe.api.SpecificFaultReplyException
          As of version 6.1, no replacement. 
 

Deprecated Fields
com.ibm.bpe.api.StateObserverEvent.ACTIVITY_RESCHEDULED
          As of version 7.0, replaced by ACTIVITY_TIMER_RESCHEDULED. 
com.ibm.task.api.TaskActions.CREATEMESSAGE
          Use CREATEINPUTMESSAGE, CREATEOUTPUTMESSAGE, CREATEFAULTMESSAGE. 
com.ibm.task.clientmodel.bean.WorkItemBean.CREATIONIME_PROPERTY
          use WorkItemBean.CREATIONTIME_PROPERTY 
com.ibm.bpe.api.ProcessTemplateActions.GETCUSTOMATTRIBUTE
          Use GETCUSTOMPROPERTY. 
com.ibm.bpe.api.ProcessInstanceActions.GETCUSTOMATTRIBUTE
          Use GETCUSTOMPROPERTY. 
com.ibm.bpe.api.ActivityInstanceActions.GETCUSTOMATTRIBUTE
          As of version 6.0, replaced by GETCUSTOMPROPERTY. 
com.ibm.task.api.TaskActions.GETTASKINSTANCE
          Use GETTASK. 
com.ibm.task.api.JspUsageEnum.INFO
            
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.INPUTMESSAGETYPETYPESYSTEM_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ActivityServiceTemplateBean.INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.INPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
            
com.ibm.task.api.JspUsageEnum.INSTANCE
            
com.ibm.task.api.Task.KIND_WPC_STAFF_ACTIVITY
          States that the task is processed by humans but controlled by the Business Flow Manager. 
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.OUTPUTMESSAGETYPETYPESYSTEM_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.OUTPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.OUTPUTMESSAGETYPETYPESYSTEMNAME_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.PROCESSADMINISTRATORS_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.PROCESSADMINISTRATORS_PROPERTY
            
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.PROCESSADMINSTRATORS_PROPERTY
            
com.ibm.bpe.api.WorkItemData.REASON_POTENTIAL_SENDER
          Not used. 
com.ibm.task.api.WorkItem.REASON_POTENTIAL_SENDER
          Not used. 
com.ibm.bpe.api.ActivityInstanceActions.RESCHEDULE
          As of version 7.0, replaced by RESCHEDULE_TIMER. 
com.ibm.bpe.api.ActivityInstanceActionIndex.RESCHEDULE
          As of version 7.0, replaced by RESCHEDULE_TIMER. 
com.ibm.bpe.api.ProcessInstanceActions.SETCUSTOMATTRIBUTE
          Use SETCUSTOMPROPERTY. 
com.ibm.bpe.api.ActivityInstanceActions.SETCUSTOMATTRIBUTE
          As of version 6.0, replaced by SETCUSTOMPROPERTY. 
com.ibm.task.api.Task.STATE_FAILING
          States that the activity associated to the task is failing. The activity associated to the task is set to the Failed execution state when all contained running or terminating activities end. 
com.ibm.task.api.Task.STATE_PROCESSING_UNDO
          States that the activity associated to the task is retried due to a transaction rollback and that the activity associated to the task waits for the microflow that it invokes to complete its compensation actions for the first invoke. 
com.ibm.task.api.Task.STATE_SKIPPED
          States that the activity associated to the task has been skipped because navigation followed a a different control path. 
com.ibm.task.api.Task.STATE_STOPPED
          States that the activity associated to the task is stopped because of a failure. A process administrator can repair the activity associated to the task by either calling forceRetry or forceComplete. 
com.ibm.task.api.Task.STATE_TERMINATING
          States that the activity associated to the task is terminating. The activity associated to the task is set to the Terminated execution state when all contained running or terminating activities end. 
com.ibm.task.api.Task.STATE_WAITING
          States that a receive or pick activity associated to the task is waiting for a corresponding event to occur. 
com.ibm.task.api.JspUsageEnum.TEMPLATE
            
 

Deprecated Methods
com.ibm.task.api.LocalHumanTaskManager.createMessage(String, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.HumanTaskManagerService.createMessage(String, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.HumanTaskManagerDelegate.createMessage(String, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.HumanTaskManager.createMessage(String, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.LocalHumanTaskManager.createMessage(TKIID, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.HumanTaskManagerService.createMessage(TKIID, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.HumanTaskManagerDelegate.createMessage(TKIID, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.task.api.HumanTaskManager.createMessage(TKIID, String)
          As of version 6.0, replaced by createInputMessage, createOutputMessage, and createFaultMessage. 
com.ibm.bpe.api.LocalBusinessFlowManager.deleteWorkList(String)
          As of version 6.0, replaced by deleteStoredQuery. 
com.ibm.bpe.api.BusinessFlowManagerService.deleteWorkList(String)
          As of version 6.0, replaced by deleteStoredQuery. 
com.ibm.bpe.api.BusinessFlowManager.deleteWorkList(String)
          As of version 6.0, replaced by deleteStoredQuery. 
com.ibm.bpe.api.LocalBusinessFlowManager.executeWorkList(String)
          As of version 6.0, replaced by query. 
com.ibm.bpe.api.BusinessFlowManagerService.executeWorkList(String)
          As of version 6.0, replaced by query. 
com.ibm.bpe.api.BusinessFlowManager.executeWorkList(String)
          As of version 6.0, replaced by query. 
com.ibm.task.api.LocalHumanTaskManager.getAbsence()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.HumanTaskManagerService.getAbsence()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.HumanTaskManagerDelegate.getAbsence()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.HumanTaskManager.getAbsence()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.LocalHumanTaskManager.getAbsence(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerService.getAbsence(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerDelegate.getAbsence(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManager.getAbsence(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.bpe.api.ProcessTemplateData.getAutoDelete()
          As of version 6.1, replaced by getAutoDeletionMode. 
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getAutoDelete()
            
com.ibm.bpe.api.ProcessTemplateData.getInputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.api.ProcessInstanceData.getInputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.api.ActivityServiceTemplateData.getInputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.api.ActivityInstanceData.getInputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getInputMessageTypeTypeSystemName()
            
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.getInputMessageTypeTypeSystemName()
            
com.ibm.bpe.clientmodel.bean.ActivityServiceTemplateBean.getInputMessageTypeTypeSystemName()
            
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.getInputMessageTypeTypeSystemName()
            
com.ibm.bpe.api.ProcessTemplateData.getOutputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.api.ProcessInstanceData.getOutputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.api.ActivityInstanceData.getOutputMessageTypeTypeSystemName()
          As of version 6.0, no replacement. 
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getOutputMessageTypeTypeSystemName()
            
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.getOutputMessageTypeTypeSystemName()
            
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.getOutputMessageTypeTypeSystemName()
            
com.ibm.bpe.api.ProcessTemplateData.getProcessAdministrators()
          As of version 6.0.2, replaced by HumanTaskManager.getUsersInRole(getAdminTaskTemplateID(), WorkItem.REASON_ADMINISTRATOR). 
com.ibm.bpe.clientmodel.bean.ProcessTemplateBean.getProcessAdministrators()
            
com.ibm.bpe.clientmodel.bean.ProcessInstanceBean.getProcessAdministrators()
            
com.ibm.bpe.clientmodel.bean.ActivityInstanceBean.getProcessAdministrators()
            
com.ibm.task.api.LocalHumanTaskManager.getSubstitutes()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.HumanTaskManagerService.getSubstitutes()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.HumanTaskManagerDelegate.getSubstitutes()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.HumanTaskManager.getSubstitutes()
          As of version 7.0, replaced by getUserSubstitutionDetail.

 

com.ibm.task.api.LocalHumanTaskManager.getSubstitutes(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerService.getSubstitutes(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerDelegate.getSubstitutes(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManager.getSubstitutes(String)
          As of version 7.0, replaced by getUserSubstitutionDetail. 
com.ibm.bpe.api.JspLocation.getUriAsString()
          Use method JspLocation.getUri() instead. 
com.ibm.task.api.JspLocation.getUriAsString()
          Use method JspLocation.getUri() instead. 
com.ibm.bpe.api.CustomClientSettings.getWebClientSetting()
          Use CustomClientSettings.getWebClientSetting(String) instead. 
com.ibm.task.api.CustomClientSettings.getWebClientSetting()
          Use CustomClientSettings.getWebClientSetting(String) instead. 
com.ibm.bpe.api.LocalBusinessFlowManager.getWorkList(String)
          As of version 6.0, replaced by getStoredQuery. 
com.ibm.bpe.api.BusinessFlowManagerService.getWorkList(String)
          As of version 6.0, replaced by getStoredQuery. 
com.ibm.bpe.api.BusinessFlowManager.getWorkList(String)
          As of version 6.0, replaced by getStoredQuery. 
com.ibm.bpe.api.LocalBusinessFlowManager.getWorkListActions()
          As of version 6.0.2, no replacement.

 

com.ibm.bpe.api.BusinessFlowManagerService.getWorkListActions()
          As of version 6.0.2, no replacement.

 

com.ibm.bpe.api.BusinessFlowManager.getWorkListActions()
          As of version 6.0.2, no replacement.

 

com.ibm.bpe.api.LocalBusinessFlowManager.getWorkListNames()
          As of version 6.0, replaced by getStoredQueryNames.

 

com.ibm.bpe.api.BusinessFlowManagerService.getWorkListNames()
          As of version 6.0, replaced by getStoredQueryNames.

 

com.ibm.bpe.api.BusinessFlowManager.getWorkListNames()
          As of version 6.0, replaced by getStoredQueryNames.

 

com.ibm.bpe.api.LocalBusinessFlowManager.newWorkList(String, String, String, String, Integer, TimeZone)
          As of version 6.0, replaced by createStoredQuery. 
com.ibm.bpe.api.BusinessFlowManagerService.newWorkList(String, String, String, String, Integer, TimeZone)
          As of version 6.0, replaced by createStoredQuery. 
com.ibm.bpe.api.BusinessFlowManager.newWorkList(String, String, String, String, Integer, TimeZone)
          As of version 6.0, replaced by createStoredQuery. 
com.ibm.task.spi.APIEventHandlerPlugin.postClaim(Task, Object, TaskException)
          since v6.0.2 - use postClaim(Task, Serializable, TaskException) 
com.ibm.task.spi.APIEventHandler.postClaim(Task, Object, TaskException)
          since v6.0.2 - use postClaim(Task, Serializable, TaskException) 
com.ibm.task.spi.APIEventHandlerPlugin.postReplaceWorkItem(Task, int, String, TaskException)
          since v7.0 - this method is not used. 
com.ibm.task.spi.APIEventHandlerPlugin.postSetBinaryCustomProperty(Task, String, String, Serializable, TaskException)
          since v6.0.2 - use postSetBinaryCustomProperty(Task, BinaryCustomProperty) 
com.ibm.task.spi.APIEventHandler.postSetBinaryCustomProperty(Task, String, String, Serializable, TaskException)
          since v6.0.2 - use postSetBinaryCustomProperty(Task, BinaryCustomProperty) 
com.ibm.task.spi.APIEventHandlerPlugin.preReplaceWorkItem(Task, int, String)
          since v7.0 - this method is not used. 
com.ibm.task.spi.APIEventHandlerPlugin.preSetBinaryCustomProperty(Task, String, String, Serializable)
          since v6.0.2 - use preSetBinaryCustomProperty(Task, BinaryCustomProperty) 
com.ibm.task.spi.APIEventHandler.preSetBinaryCustomProperty(Task, String, String, Serializable)
          since v6.0.2 - use preSetBinaryCustomProperty(Task, BinaryCustomProperty) 
com.ibm.bpe.api.LocalBusinessFlowManager.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.bpe.api.BusinessFlowManagerService.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.bpe.api.BusinessFlowManager.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.task.api.LocalHumanTaskManager.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.task.api.HumanTaskManagerService.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.task.api.HumanTaskManagerDelegate.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.task.api.HumanTaskManager.query(String, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, List parameters), 
com.ibm.bpe.api.LocalBusinessFlowManager.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.bpe.api.BusinessFlowManagerService.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.bpe.api.BusinessFlowManager.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.task.api.LocalHumanTaskManager.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.task.api.HumanTaskManagerService.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.task.api.HumanTaskManagerDelegate.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.task.api.HumanTaskManager.query(String, Integer, Integer)
          As of version 6.0.2, replaced by query(Sting storedQueryName, Integer skipTuples, Integer threshold, List parameters), 
com.ibm.task.clientmodel.HTMConnection.retrieve(TKIID)
          use HTMConnection.retrieve(OID) 
com.ibm.task.api.LocalHumanTaskManager.setAbsence(boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerService.setAbsence(boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerDelegate.setAbsence(boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManager.setAbsence(boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.LocalHumanTaskManager.setAbsence(String, boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerService.setAbsence(String, boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerDelegate.setAbsence(String, boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManager.setAbsence(String, boolean)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.bpe.api.FaultReplyException.setFaultMessage(Serializable)
            
com.ibm.task.api.LocalHumanTaskManager.setSubstitutes(List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerService.setSubstitutes(List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerDelegate.setSubstitutes(List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManager.setSubstitutes(List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.LocalHumanTaskManager.setSubstitutes(String, List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerService.setSubstitutes(String, List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManagerDelegate.setSubstitutes(String, List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
com.ibm.task.api.HumanTaskManager.setSubstitutes(String, List)
          As of version 7.0, replaced by setUserSubstitutionDetail. 
 

Deprecated Constructors
com.ibm.task.api.ApplicationVetoException(Object[])
          This exception does not support message variables. Use ApplicationVetoException.ApplicationVetoException() 
com.ibm.task.api.ApplicationVetoException(Object[], Throwable)
          This exception does not support message variables. Use ApplicationVetoException.ApplicationVetoException() 
com.ibm.bpe.api.BpelException(String, Object[])
          Use BpelException.BpelException(String, Object[], String) instead. 
com.ibm.bpe.api.BpelException(String, Object[], Throwable)
          Use BpelException.BpelException(String, Object[], String, Throwable) instead. 
com.ibm.bpc.clientcore.ClientException(String, Object[], Throwable)
          Use ClientException.ClientException(String, String, Object[], Throwable) instead. 
com.ibm.bpe.api.EngineMissingReceiveException(String, Object[])
          Use EngineMissingReceiveException.EngineMissingReceiveException(String, Object[], String) instead. 
com.ibm.bpe.api.EngineMissingReceiveException(String, Object[], Throwable)
          Use EngineMissingReceiveException.EngineMissingReceiveException(String, Object[], String, Throwable) instead. 
com.ibm.bpe.api.EngineMissingReplyException(String, Object[])
          Use EngineMissingReplyException.EngineMissingReplyException(String, Object[], String) instead. 
com.ibm.bpe.api.EngineMissingReplyException(String, Object[], Throwable)
          Use EngineMissingReplyException.EngineMissingReplyException(String, Object[], String, Throwable) instead. 
com.ibm.bpe.api.FaultReplyException(Object[], String, Serializable)
            
com.ibm.bpe.api.FaultReplyException2(Object[], String, String, String, Serializable)
            
com.ibm.bpe.api.RuntimeFaultException(String, Object[])
          Use RuntimeFaultException.RuntimeFaultException(String, Object[], String) instead. 
com.ibm.bpe.api.RuntimeFaultException(String, Object[], Throwable)
          Use RuntimeFaultException.RuntimeFaultException(String, Object[], String, Throwable) instead. 
com.ibm.bpe.api.SendReplyErrorException(String, Object[])
          Use SendReplyErrorException.SendReplyErrorException(String, String, Object[]) instead. 
com.ibm.bpe.api.SendReplyErrorException(String, Object[], Throwable)
          Use SendReplyErrorException.SendReplyErrorException(String, Object[], String, Throwable) instead. 
com.ibm.bpe.api.SystemFaultException(String, Object[])
          Use SystemFaultException.SystemFaultException(String, Object[], String) instead. 
com.ibm.task.api.SystemFaultException(String, Object[])
          Use SystemFaultException.SystemFaultException(String, Object[], String) instead. 
com.ibm.bpe.api.SystemFaultException(String, Object[], Throwable)
          Use SystemFaultException.SystemFaultException(String, Object[], String, Throwable) instead. 
com.ibm.task.api.SystemFaultException(String, Object[], Throwable)
          Use SystemFaultException.SystemFaultException(String, Object[], String, Throwable) instead. 
com.ibm.task.api.TaskError(String, Object[])
          Use TaskError.TaskError(String, Object[], String) instead. 
com.ibm.task.api.TaskError(String, Object[], Throwable)
          Use TaskError.TaskError(String, Object[], String, Throwable) instead. 
com.ibm.task.api.TaskException(String, Object[])
          Use TaskException.TaskException(String, Object[], String) instead. 
com.ibm.task.api.TaskException(String, Object[], Throwable)
          Use TaskException.TaskException(String, Object[], String, Throwable) instead. 
com.ibm.bpe.api.UnhandledFaultException(String, Object[])
          Use UnhandledFaultException.UnhandledFaultException(String, Object[], String) instead. 
com.ibm.bpe.api.UnhandledFaultException(String, Object[], Throwable)
          Use UnhandledFaultException.UnhandledFaultException(String, Object[], String, Throwable) instead.