Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.workflow.metadata
Class TaskMetadataServiceException

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
                  extended by oracle.bpel.services.workflow.metadata.TaskMetadataServiceException

All Implemented Interfaces:
java.io.Serializable

public class TaskMetadataServiceException
extends WorkflowException
See Also:
Serialized Form

Field Summary
static java.lang.String PAYLOAD_PART_NAME
           

 

Constructor Summary
TaskMetadataServiceException(BPMIdentityException e)
           
TaskMetadataServiceException(int err, java.lang.Object[] objs)
           
TaskMetadataServiceException(int err, java.lang.Object[] objs, java.lang.Throwable t)
           
TaskMetadataServiceException(WorkflowException e)
           

 

Method Summary
 java.lang.String getFaultName()
          Get the fault name 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.workflow.WorkflowException
getMessageType

 

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

TaskMetadataServiceException

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

TaskMetadataServiceException

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

TaskMetadataServiceException

public TaskMetadataServiceException(WorkflowException e)

TaskMetadataServiceException

public TaskMetadataServiceException(BPMIdentityException e)

Method Detail

getFaultName

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

getPart

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

getParts

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

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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