Package oracle.tip.pc.services.identity
Class BPMIdentityException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BPMAttributeException
,BPMAuthenticationException
,BPMAuthorizationException
,BPMConfigException
,BPMIdentityNotFoundException
,BPMUnsupportedOperationException
BPMIdentityException
is a checked exception.
This is thrown when a generic exception condition occurs in the serivce.- See Also:
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionBPMIdentityException
(int err) ConstructorBPMIdentityException
(int err, Object[] objs) ConstructorBPMIdentityException
(int err, Object[] objs, Throwable t) ConstructorBPMIdentityException
(int err, Throwable t) Constructor A generic constructor that can be used wrap around generic Exceptions.BPMIdentityException
(Throwable t, int component) ConstructorConstructor Can be used wrap around PCException.BPMIdentityException
(oracle.tip.pc.infra.exception.PCRuntimeException pcre) Constructor Can be used wrap around PCRuntimeException. -
Method Summary
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
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
IDENTITY_SERVICE_FAULT_NAME
- See Also:
-
PAYLOAD_PART_NAME
- See Also:
-
-
Constructor Details
-
BPMIdentityException
public BPMIdentityException(int err) Constructor- Parameters:
err
- An error code pointing to the error message in the resource bundle.
-
BPMIdentityException
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.
-
BPMIdentityException
Constructor Can be used wrap around PCException.- Parameters:
pce
- A PCException exception. This is usually the internal exception that was caught.
-
BPMIdentityException
public BPMIdentityException(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.
-
BPMIdentityException
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.
-
BPMIdentityException
Constructor- Parameters:
err
- An error code pointing to the error message in the resource bundle.objs
- An array of Objects used for message parameters
-
BPMIdentityException
Constructor- Parameters:
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 Details
-
setParts
Set the parts in the message- Parameters:
reason
- A string describing the reason behind this exception condition
-
getFaultName
Get the fault name corresponding to the exception- Overrides:
getFaultName
in classServiceException
- Returns:
- String faultName
-
getPart
Get the part corresponding to the part name- Overrides:
getPart
in classServiceException
- Returns:
- Object Part corresponding to the part name
-
getParts
Get the parts in the message- Overrides:
getParts
in classServiceException
- Returns:
- Map The parts with the part name as the key and the value
-