Skip navigation links

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


oracle.bpel.services.workflow.activityguide.admin
Class AGAdminServiceException

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.admin.AGAdminServiceException

All Implemented Interfaces:
java.io.Serializable

public class AGAdminServiceException
extends WorkflowException
See Also:
Serialized Form

Field Summary
static java.lang.String FAULT_PART_NAME
           

 

Fields inherited from class oracle.bpel.services.workflow.WorkflowException
PAYLOAD_PART_NAME

 

Constructor Summary
AGAdminServiceException(int err, java.lang.Object[] args)
           
AGAdminServiceException(int err, java.lang.Object[] args, java.lang.Throwable t)
           
AGAdminServiceException(java.lang.Throwable t)
           

 

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

FAULT_PART_NAME

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

Constructor Detail

AGAdminServiceException

public AGAdminServiceException(java.lang.Throwable t)

AGAdminServiceException

public AGAdminServiceException(int err,
                               java.lang.Object[] args)

AGAdminServiceException

public AGAdminServiceException(int err,
                               java.lang.Object[] args,
                               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

Skip navigation links

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


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