Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.common
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oracle.bpel.client.ServerException
              extended bycom.collaxa.cube.CubeException
                  extended byoracle.tip.pc.infra.exception.PCException
                      extended byoracle.tip.pc.services.common.ServiceException

All Implemented Interfaces:
com.collaxa.cube.ws.wsif.providers.java.IJavaBindingException, java.io.Serializable
Direct Known Subclasses:
BPMIdentityException

public class ServiceException
extends PCException
implements com.collaxa.cube.ws.wsif.providers.java.IJavaBindingException

ServiceException is a check exception.It indicates that the name being specified does not conform to the naming syntax of a naming system.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.collaxa.cube.CubeException
DEFAULT_EXCEPTION_TYPE, DEFAULT_SEVERITY, EXCEPTION_TYPE_ERROR, EXCEPTION_TYPE_INFORMATION, EXCEPTION_TYPE_SECURITY, EXCEPTION_TYPE_SYSTEM, EXCEPTION_TYPE_WARNING

 

Constructor Summary
ServiceException(int err)
          Constructor
ServiceException(int err, java.lang.Object[] objs)
          Constructor
ServiceException(int err, java.lang.Object[] objs, java.lang.Throwable t)
          Constructor
ServiceException(int err, java.lang.Throwable t)
          Constructor
ServiceException(PCException pce)
          Constructor
ServiceException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
          Constructor
ServiceException(java.lang.Throwable t, int component)
          Constructor

 

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.tip.pc.infra.exception.PCException
getComponent, getDomainId, getProcessName, getProcessRevision, setLocale, setPropertyBundleName, setPropertyBundleName

 

Methods inherited from class com.collaxa.cube.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 com.oracle.bpel.client.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

ServiceException

public ServiceException(int err)
Constructor
Parameters:
err - an error code

ServiceException

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

ServiceException

public ServiceException(PCException pce)
Constructor
Parameters:
pce - a PCException exception

ServiceException

public ServiceException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
Constructor
Parameters:
pcre - a PCRuntimeException exception

ServiceException

public ServiceException(java.lang.Throwable t,
                        int component)
Constructor
Parameters:
t - a Throwable object

ServiceException

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

ServiceException

public ServiceException(int err,
                        java.lang.Object[] objs,
                        java.lang.Throwable t)
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()
Get the fault name corresponding to the exception
Specified by:
getFaultName in interface com.collaxa.cube.ws.wsif.providers.java.IJavaBindingException
Returns:
String faultName

getPart

public java.lang.Object getPart(java.lang.String s)
Get the part corresponding to the part name
Specified by:
getPart in interface com.collaxa.cube.ws.wsif.providers.java.IJavaBindingException
Returns:
Object Part corresponding to the part name

getParts

public java.util.Map getParts()
Get the parts in the message
Specified by:
getParts in interface com.collaxa.cube.ws.wsif.providers.java.IJavaBindingException
Returns:
Map The parts with the part name as the key and the value

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.