Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.bpel.services.workflow
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.bpel.services.common.exception.ServicesException
              extended by oracle.bpel.services.workflow.WorkflowException

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

public class WorkflowException
extends ServicesException
See Also:
Serialized Form

Field Summary
static java.lang.String PAYLOAD_PART_NAME
           

 

Constructor Summary
WorkflowException(int err, java.lang.Object[] objs)
           
WorkflowException(int err, java.lang.Object[] objs, java.lang.Throwable t)
           
WorkflowException(int err, java.lang.String reason, java.lang.Object[] objs)
           
WorkflowException(int err, Task task, java.lang.Object[] objs)
           
WorkflowException(int err, Task task, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
WorkflowException(int err, Task task, java.lang.Object[] objs, java.lang.Throwable t)
           
WorkflowException(int err, Task task, java.lang.String reason, java.lang.Object[] objs)
           
WorkflowException(int err, Task task, java.lang.String reason, java.lang.Object[] objs, java.lang.Object[] context)
           
WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, java.lang.Object[] objs, java.lang.Throwable t)
           
WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Task task, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Task task, java.lang.Object[] objs, java.lang.Throwable t)
           
WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, java.lang.Throwable t)
           
WorkflowException(oracle.bpel.services.common.ServicesLogger.Severity severity, java.lang.Throwable t, Task task)
           
WorkflowException(java.lang.Throwable t)
           
WorkflowException(java.lang.Throwable t, Task task)
           

 

Method Summary
 java.lang.String getFaultName()
          Get the fault name corresponding to the exception
 java.lang.String getMessageType()
          Get the message type corresponding to the exception
 java.lang.Object getPart(java.lang.String s)
          Get the part corresponding to the part name
 java.util.Map getParts()
          Get the parts in the message

 

Methods inherited from class oracle.bpel.services.common.exception.ServicesException
getComponent, getDescription, getErrorArgs, getErrorCode, getLocalizedMessage, getMessage, getName, getRootCause, setLocale, setPropertyBundleName, setPropertyBundleName, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

PAYLOAD_PART_NAME

public static final java.lang.String PAYLOAD_PART_NAME
See Also:
Constant Field Values

Constructor Detail

WorkflowException

public WorkflowException(java.lang.Throwable t)

WorkflowException

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

WorkflowException

public WorkflowException(java.lang.Throwable t,
                         Task task)

WorkflowException

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

WorkflowException

public WorkflowException(int err,
                         Task task,
                         java.lang.String reason,
                         java.lang.Object[] objs)

WorkflowException

public WorkflowException(int err,
                         java.lang.String reason,
                         java.lang.Object[] objs)

WorkflowException

public WorkflowException(int err,
                         Task task,
                         java.lang.Object[] objs)

WorkflowException

public WorkflowException(int err,
                         java.lang.Object[] objs,
                         java.lang.Throwable t)

WorkflowException

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

WorkflowException

public WorkflowException(int err,
                         java.lang.Object[] objs)

WorkflowException

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

WorkflowException

public WorkflowException(int err,
                         Task task,
                         java.lang.Object[] objs,
                         java.lang.Throwable t)

WorkflowException

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

WorkflowException

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

WorkflowException

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

Method Detail

getFaultName

public java.lang.String getFaultName()
Get the fault name corresponding to the exception
Returns:
String faultName

getMessageType

public java.lang.String getMessageType()
Get the message type corresponding to the exception
Returns:
String messageType

getPart

public java.lang.Object getPart(java.lang.String s)
Get the part corresponding to the part name
Returns:
Object Part corresponding to the part name

getParts

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

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.