Skip navigation links

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


oracle.tip.pc.services.identity.config
Class BPMConfigException

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
                          extended byoracle.tip.pc.services.identity.BPMIdentityException
                              extended byoracle.tip.pc.services.identity.config.BPMConfigException

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

public class BPMConfigException
extends BPMIdentityException

BPMConfigException is a checked exception. It is thrown when BPM Configuration file (workflow-identity-config.xml) is malformed or has erros. This is subclass of BPMIdentityException and signifies exception condition at the configurational level.

See Also:
Serialized Form

Field Summary
static java.lang.String IDENTITY_CONFIG_FAULT_NAME
           

 

Fields inherited from class oracle.tip.pc.services.identity.BPMIdentityException
IDENTITY_SERVICE_FAULT_NAME, PAYLOAD_PART_NAME

 

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
BPMConfigException(int err)
          Constructor
BPMConfigException(int err, java.lang.Object[] objs)
          Constructor
BPMConfigException(int err, java.lang.Object[] objs, java.lang.Throwable t)
          Constructor
BPMConfigException(int err, java.lang.Throwable t)
          Constructor A generic constructor that can be used wrap around generic Exceptions.
BPMConfigException(PCException pce)
          Constructor Can be used wrap around PCException.
BPMConfigException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
          Constructor Can be used wrap around PCRuntimeException.
BPMConfigException(java.lang.Throwable t, int component)
          Constructor

 

Method Summary
 java.lang.String getFaultName()
          Get the fault name corresponding to the exception
 void setParts(java.lang.String reason)
          Set the parts in the message

 

Methods inherited from class oracle.tip.pc.services.identity.BPMIdentityException
getPart, getParts

 

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

 

Field Detail

IDENTITY_CONFIG_FAULT_NAME

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

Constructor Detail

BPMConfigException

public BPMConfigException(int err)
Constructor
Parameters:
err - An error code pointing to the error message in the resource bundle.

BPMConfigException

public BPMConfigException(int err,
                          java.lang.Throwable t)
Constructor A generic constructor that can be used wrap around generic Exceptions.
Parameters:
err - An error code pointing to the error message in the resource bundle.
t - A Throwable object. This is usually the internal exception that was caught.

BPMConfigException

public BPMConfigException(PCException pce)
Constructor Can be used wrap around PCException.
Parameters:
pce - A PCException exception. This is usually the internal exception that was caught.

BPMConfigException

public BPMConfigException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
Constructor Can be used wrap around PCRuntimeException.
Parameters:
pcre - a PCRuntimeException exception. This is usually the internal exception that was caught.

BPMConfigException

public BPMConfigException(java.lang.Throwable t,
                          int component)
Constructor
Parameters:
t - A Throwable object. This is usually the internal exception that was caught.
component - A pointer to component where the exception condition occured.

BPMConfigException

public BPMConfigException(int err,
                          java.lang.Object[] objs)
Constructor
Parameters:
err - An error code pointing to the error message in the resource bundle.
objs - An array of Objects used for message parameters

BPMConfigException

public BPMConfigException(int err,
                          java.lang.Object[] objs,
                          java.lang.Throwable t)
Constructor
Parameters:
err - An error code pointing to the error message in the resource bundle.
objs - An array of Objects used for message parameters
t - A Throwable object. This is usually the internal exception that was caught.

Method Detail

setParts

public void setParts(java.lang.String reason)
Set the parts in the message
Overrides:
setParts in class BPMIdentityException
Parameters:
reason - A string describing the reason behind this exception condition

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
Overrides:
getFaultName in class BPMIdentityException
Returns:
String faultName

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.