|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| 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
public class ServiceException
ServiceException is a check exception.It indicates that the name being specified does not conform to the naming syntax of a naming system.
| 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 | |
|---|---|
ServiceException(int err)Constructor |
|
ServiceException(int err, java.lang.Object[] objs)Constructor |
|
ServiceException(int err, java.lang.Object[] objs, java.lang.Throwable t)Constructor |
|
ServiceException(int err, java.lang.Throwable t)Constructor |
|
ServiceException(PCException pce)Constructor |
|
ServiceException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)Constructor |
|
ServiceException(java.lang.Throwable t, int component)Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getFaultName()Get the fault name corresponding to the exception |
java.lang.Object |
getPart(java.lang.String s)Get the part corresponding to the part name |
java.util.Map |
getParts()Get the parts in the message |
| 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 |
| Constructor Detail |
|---|
public ServiceException(int err)
err - an error code
public ServiceException(int err,
java.lang.Throwable t)
err - an error codet - a Throwable objectpublic ServiceException(PCException pce)
pce - a PCException exceptionpublic ServiceException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
pcre - a PCRuntimeException exception
public ServiceException(java.lang.Throwable t,
int component)
t - a Throwable object
public ServiceException(int err,
java.lang.Object[] objs)
err - an error codeobjs - an array of Objects used for message parameters
public ServiceException(int err,
java.lang.Object[] objs,
java.lang.Throwable t)
err - an error codeobjs - an array of Objects used for message parameterst - a Throwable object| Method Detail |
|---|
public java.lang.String getFaultName()
public java.lang.Object getPart(java.lang.String s)
public java.util.Map getParts()
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||