Class WorkflowException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AGAdminServiceException, AGMetadataServiceException, TaskMetadataServiceException

public class WorkflowException extends ServicesException
See Also:
  • Field Details

  • Constructor Details

    • WorkflowException

      public WorkflowException()
    • WorkflowException

      public WorkflowException(Throwable t)
    • WorkflowException

      public WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, Throwable t)
    • WorkflowException

      public WorkflowException(Throwable t, Task task)
    • WorkflowException

      public WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, Throwable t, Task task)
    • WorkflowException

      public WorkflowException(int err, Task task, String reason, Object[] objs)
    • WorkflowException

      public WorkflowException(int err, String reason, Object[] objs)
    • WorkflowException

      public WorkflowException(int err, Task task, Object[] objs)
    • WorkflowException

      public WorkflowException(int err, Object[] objs, Throwable t)
    • WorkflowException

      public WorkflowException(int err, Object[] objs, Throwable t, Map<String,String> errorCtx)
    • WorkflowException

      public WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Object[] objs, Throwable t)
    • WorkflowException

      public WorkflowException(int err, Object[] objs)
    • WorkflowException

      public WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Task task, Object[] objs, Throwable t)
    • WorkflowException

      public WorkflowException(int err, Task task, Object[] objs, Throwable t)
    • WorkflowException

      public WorkflowException(int err, Task task, String reason, Object[] objs, Object[] context)
    • WorkflowException

      public WorkflowException(int err, Task task, Object[] objs, Object[] context, Throwable t)
    • WorkflowException

      public WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Task task, Object[] objs, Object[] context, Throwable t)
    • WorkflowException

      public WorkflowException(int err, Task errorTask, Object[] objs, Locale locale)
  • Method Details

    • getReason

      public String getReason()
    • getFaultName

      public String getFaultName()
      Get the fault name corresponding to the exception
      Returns:
      String faultName
    • getMessageType

      public String getMessageType()
      Get the message type corresponding to the exception
      Returns:
      String messageType
    • getPart

      public Object getPart(String s)
      Get the part corresponding to the part name
      Returns:
      Object Part corresponding to the part name
    • getParts

      public Map getParts()
      Get the parts in the message
      Returns:
      Map The parts with the part name as the key and the value
    • setSOAPFaultInfo

      public void setSOAPFaultInfo()
    • setTask

      public void setTask(Task task)
    • getTask

      public Task getTask()
    • getTaskError

      public oracle.bpel.services.workflow.task.error.model.TaskError getTaskError()
    • setTaskError

      public void setTaskError(oracle.bpel.services.workflow.task.error.model.TaskError taskError)
    • getWfRecoverableExp

      public oracle.bpel.services.workflow.task.retry.WorkflowRecoverableException getWfRecoverableExp()
    • setWfRecoverableExp

      public void setWfRecoverableExp(oracle.bpel.services.workflow.task.retry.WorkflowRecoverableException wfRecoverableExp)