Package oracle.tip.pc.services.common
Class ServiceException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BPMIdentityException
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:
-
Field Summary
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
ConstructorsConstructorDescriptionServiceException
(int err) ConstructorServiceException
(int err, Object[] objs) ConstructorServiceException
(int err, Object[] objs, Throwable t) ConstructorServiceException
(int err, Throwable t) ConstructorServiceException
(Throwable t, int component) ConstructorConstructorServiceException
(oracle.tip.pc.infra.exception.PCRuntimeException pcre) Constructor -
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
-
Constructor Details
-
ServiceException
public ServiceException(int err) Constructor- Parameters:
err
- an error code
-
ServiceException
Constructor- Parameters:
err
- an error codet
- a Throwable object
-
ServiceException
Constructor- Parameters:
pce
- a PCException exception
-
ServiceException
public ServiceException(oracle.tip.pc.infra.exception.PCRuntimeException pcre) Constructor- Parameters:
pcre
- a PCRuntimeException exception
-
ServiceException
Constructor- Parameters:
t
- a Throwable object
-
ServiceException
Constructor- Parameters:
err
- an error codeobjs
- an array of Objects used for message parameters
-
ServiceException
Constructor- Parameters:
err
- an error codeobjs
- an array of Objects used for message parameterst
- a Throwable object
-
-
Method Details
-
getFaultName
Get the fault name corresponding to the exception- Returns:
- String faultName
-
getPart
Get the part corresponding to the part name- Returns:
- Object Part corresponding to the part name
-
getParts
Get the parts in the message- Returns:
- Map The parts with the part name as the key and the value
-