|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.tip.pc.infra.exception.collaxa.ServerException
oracle.tip.pc.infra.exception.collaxa.CubeException
oracle.tip.pc.infra.exception.PCException
oracle.tip.pc.services.common.ServiceException
oracle.tip.pc.services.identity.BPMIdentityException
oracle.tip.pc.services.identity.BPMIdentityNotFoundException
public class BPMIdentityNotFoundException
BPMIdentityNotFoundException
is a check exception. It indicates that the name being specified is not found in the system.
Field Summary | |
---|---|
static java.lang.String |
IDENTITY_NOT_FOUND_FAULT_NAME |
Fields inherited from class oracle.tip.pc.services.identity.BPMIdentityException |
---|
IDENTITY_SERVICE_FAULT_NAME, PAYLOAD_PART_NAME |
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 | |
---|---|
BPMIdentityNotFoundException(int err) Constructor |
|
BPMIdentityNotFoundException(int err, java.lang.Object[] objs) Constructor |
|
BPMIdentityNotFoundException(int err, java.lang.Object[] objs, java.lang.Throwable t) Constructor |
|
BPMIdentityNotFoundException(int err, java.lang.Throwable t) Constructor A generic constructor that can be used wrap around generic Exceptions. |
|
BPMIdentityNotFoundException(PCException pce) Constructor Can be used wrap around PCException. |
|
BPMIdentityNotFoundException(oracle.tip.pc.infra.exception.PCRuntimeException pcre) Constructor Can be used wrap around PCRuntimeException. |
|
BPMIdentityNotFoundException(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 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 |
Field Detail |
---|
public static final java.lang.String IDENTITY_NOT_FOUND_FAULT_NAME
Constructor Detail |
---|
public BPMIdentityNotFoundException(int err)
err
- An error code pointing to the error message in the resource bundle.public BPMIdentityNotFoundException(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 BPMIdentityNotFoundException(PCException pce)
pce
- A PCException exception. This is usually the internal exception that was caught.public BPMIdentityNotFoundException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
pcre
- a PCRuntimeException exception. This is usually the internal exception that was caught.public BPMIdentityNotFoundException(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 BPMIdentityNotFoundException(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 BPMIdentityNotFoundException(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.Method Detail |
---|
public void setParts(java.lang.String reason)
setParts
in class BPMIdentityException
reason
- A string describing the reason behind this exception conditionpublic java.lang.String getFaultName()
getFaultName
in class BPMIdentityException
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |