Skip navigation links

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


oracle.tip.pc.api.worklist
Class WorklistServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.tip.pc.infra.exception.collaxa.ServerException
              extended by oracle.tip.pc.infra.exception.collaxa.CubeException
                  extended by oracle.tip.pc.infra.exception.PCException
                      extended by oracle.tip.pc.api.worklist.WorklistServiceException

All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by classes in oracle.bpel.services.workflow package

public class WorklistServiceException
extends PCException

WorklistServiceException is raised when the WorklistService encounters an error

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.tip.pc.infra.exception.collaxa.CubeException
DEFAULT_EXCEPTION_TYPE, DEFAULT_SEVERITY, EXCEPTION_TYPE_ERROR, EXCEPTION_TYPE_INFORMATION, EXCEPTION_TYPE_SECURITY, EXCEPTION_TYPE_SYSTEM, EXCEPTION_TYPE_WARNING

 

Constructor Summary
WorklistServiceException(int err)
          Deprecated. Constructor
WorklistServiceException(int err, java.lang.Object[] objs)
          Deprecated. Constructor
WorklistServiceException(int err, java.lang.Object[] objs, java.lang.Throwable t)
          Deprecated. Constructor
WorklistServiceException(int err, java.lang.Throwable t)
          Deprecated. Constructor
WorklistServiceException(PCException pce)
          Deprecated. Constructor
WorklistServiceException(java.lang.Throwable t)
          Deprecated. Constructor

 

Method Summary
 java.lang.String getFaultName()
          Deprecated. Get the fault name corresponding to the exception
 java.lang.Object getPart(java.lang.String s)
          Deprecated. Get the part corresponding to the part name
 java.util.Map getParts()
          Deprecated. Get the parts in the message

 

Methods inherited from class oracle.tip.pc.infra.exception.PCException
getComponent, getDomainId, getProcessName, getProcessRevision, setLocale, setPropertyBundleName, setPropertyBundleName

 

Methods inherited from class oracle.tip.pc.infra.exception.collaxa.CubeException
convert2ExceptionType, convertFromExceptionType, getContext, getDescription, getExceptionType, getFix, getLocalizedMessage, getMessage, getMessage, getMessage, getMessage, getName, getPrefix, getResourceBundle, getSeverity, isErrorCodeDefined, main, setContext, setContext, setContext, setDescription, setExceptionType, setFix, setMessageArgs, setName, setPrefix, setResourceBundleName, setSeverity, toString

 

Methods inherited from class oracle.tip.pc.infra.exception.collaxa.ServerException
getErrorCode, getRootCause, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

WorklistServiceException

public WorklistServiceException(int err)
Deprecated. 
Constructor
Parameters:
err - an error code

WorklistServiceException

public WorklistServiceException(int err,
                                java.lang.Throwable t)
Deprecated. 
Constructor
Parameters:
err - an error code
t - a Throwable object

WorklistServiceException

public WorklistServiceException(PCException pce)
Deprecated. 
Constructor
Parameters:
pce - a PCException exception

WorklistServiceException

public WorklistServiceException(java.lang.Throwable t)
Deprecated. 
Constructor
Parameters:
t - a Throwable object

WorklistServiceException

public WorklistServiceException(int err,
                                java.lang.Object[] objs)
Deprecated. 
Constructor
Parameters:
err - an error code
objs - an array of Objects used for message parameters

WorklistServiceException

public WorklistServiceException(int err,
                                java.lang.Object[] objs,
                                java.lang.Throwable t)
Deprecated. 
Constructor
Parameters:
err - an error code
objs - an array of Objects used for message parameters
t - a Throwable object

Method Detail

getFaultName

public java.lang.String getFaultName()
Deprecated. 
Get the fault name corresponding to the exception
Returns:
String faultName

getPart

public java.lang.Object getPart(java.lang.String s)
Deprecated. 
Get the part corresponding to the part name
Returns:
Object Part corresponding to the part name

getParts

public java.util.Map getParts()
Deprecated. 
Get the parts in the message
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.4.0)
E10660-04


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