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

oracle.bpel.services.workflow.activityguide.metadata
Class AGMetadataServiceException

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.activityguide.metadata.AGMetadataServiceException
All Implemented Interfaces:
java.io.Serializable

public class AGMetadataServiceException
extends WorkflowException

See Also:
Serialized Form

Field Summary
static java.lang.String PAYLOAD_PART_NAME
           
 
Constructor Summary
AGMetadataServiceException(com.oracle.bpel.activityguide.metadata.AGMetadataManagerException e)
           
AGMetadataServiceException(int err, java.lang.Object[] objs)
           
AGMetadataServiceException(int err, java.lang.Object[] objs, java.lang.Throwable t)
           
AGMetadataServiceException(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

AGMetadataServiceException

public AGMetadataServiceException(com.oracle.bpel.activityguide.metadata.AGMetadataManagerException e)

AGMetadataServiceException

public AGMetadataServiceException(WorkflowException e)

AGMetadataServiceException

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

AGMetadataServiceException

public AGMetadataServiceException(int err,
                                  java.lang.Object[] objs,
                                  java.lang.Throwable t)
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

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

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