Skip navigation links 
 
oracle.bpel.services.workflow
Class WorkflowException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.bpel.services.common.exception.ServicesException
              
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
 
 
  
 
| 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 | 
 
 
PAYLOAD_PART_NAME
public static final java.lang.String PAYLOAD_PART_NAME
- 
- See Also:
 
- Constant Field Values
 
 
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)
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 
 
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.