Skip navigation links 
 
oracle.bpel.services.workflow.activityguide.admin
Class AGAdminServiceException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.bpel.services.common.exception.ServicesException
              
oracle.bpel.services.workflow.WorkflowException
                  
oracle.bpel.services.workflow.activityguide.admin.AGAdminServiceException
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class AGAdminServiceException
 
- extends WorkflowException
 
- See Also:
 
- Serialized Form
 
 
 
  
 
  
 
| 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.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 | 
 
 
FAULT_PART_NAME
public static final java.lang.String FAULT_PART_NAME
- 
- See Also:
 
- Constant Field Values
 
 
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)
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 
 
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.