public class BPMConfigException extends BPMIdentityException
BPMConfigException is a check exception. 
 It is thrown when BPM Configuration file has error| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
IDENTITY_CONFIG_FAULT_NAME  | 
IDENTITY_SERVICE_FAULT_NAME, PAYLOAD_PART_NAME| Constructor and Description | 
|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFaultName()
Get the fault name corresponding to the exception 
 | 
void | 
setParts(java.lang.String reason)
Set the parts in the message 
 | 
getPart, getPartsgetComponent, getDomainId, getProcessName, getProcessRevision, setLocale, setPropertyBundleName, setPropertyBundleNameconvert2ExceptionType, 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, toStringgetErrorCode, getRootCause, printStackTracepublic static final java.lang.String IDENTITY_CONFIG_FAULT_NAME
public BPMConfigException(int err)
err - An error code pointing to the error message in the resource bundle.public BPMConfigException(int err,
                          java.lang.Throwable t)
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.public BPMConfigException(PCException pce)
pce - A PCException exception. This is usually the internal exception that was caught.public BPMConfigException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
pcre - a PCRuntimeException exception. This is usually the internal exception that was caught.public BPMConfigException(java.lang.Throwable t,
                          int component)
t - A Throwable object. This is usually the internal exception that was caught.component - A pointer to component where the exception condition occured.public BPMConfigException(int err,
                          java.lang.Object[] objs)
err - An error code pointing to the error message in the resource bundle.objs - An array of Objects used for message parameterspublic BPMConfigException(int err,
                          java.lang.Object[] objs,
                          java.lang.Throwable t)
err - An error code pointing to the error message in the resource bundle.objs - An array of Objects used for message parameterst - A Throwable object.  This is usually the internal exception that was caught.public void setParts(java.lang.String reason)
setParts in class BPMIdentityExceptionreason - A string describing the reason behind this exception conditionpublic java.lang.String getFaultName()
getFaultName in class BPMIdentityException