Package oracle.tip.pc.infra.exception
Class PCException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServiceException
public class PCException
extends oracle.tip.pc.infra.exception.collaxa.CubeException
implements Serializable
- 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
ConstructorsConstructorDescriptionPCException
(int err) PCException
(int err, int componentId, Object[] objs, Object[] context, Throwable t) PCException
(int err, Object[] objs) PCException
(int err, Object[] objs, Object[] context) PCException
(int err, Object[] objs, Object[] context, Throwable t) PCException
(int err, Object[] objs, Throwable t) PCException
(int err, Throwable t) PCException
(String procName, String procRev, String domainId, int err) PCException
(String procName, String procRev, String domainId, int err, int componentId, Object[] objs, Object[] context, Throwable t) PCException
(String procName, String procRev, String domainId, int err, Object[] objs) PCException
(String procName, String procRev, String domainId, int err, Object[] objs, Object[] context) PCException
(String procName, String procRev, String domainId, int err, Object[] objs, Object[] context, Throwable t) PCException
(String procName, String procRev, String domainId, int err, Throwable t) PCException
(String procName, String procRev, String domainId, PCException pce) PCException
(String procName, String procRev, String domainId, oracle.tip.pc.infra.exception.PCRuntimeException pcre) Deprecated.Use PCException(Throwable, int) Instead When this exception is thrown, it is not logged!PCException
(Throwable t, int component) PCException
(PCException pce) PCException
(oracle.tip.pc.infra.exception.PCRuntimeException pcre) -
Method Summary
Modifier and TypeMethodDescriptionint
static void
To set the locale of the ResourceBundlestatic void
setPropertyBundleName
(String name) static void
setPropertyBundleName
(String name, Locale locale) To set the resource bundleMethods 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
-
PCException
public PCException(int err) -
PCException
-
PCException
-
PCException
public PCException(oracle.tip.pc.infra.exception.PCRuntimeException pcre) -
PCException
Deprecated.Use PCException(Throwable, int) Instead When this exception is thrown, it is not logged!- Parameters:
t
-
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
PCException
-
-
Method Details
-
getComponent
public int getComponent() -
getProcessName
-
getProcessRevision
-
getDomainId
-
setPropertyBundleName
To set the resource bundle- Parameters:
locale
-name
-- Throws:
Exception
-
setPropertyBundleName
- Throws:
Exception
-
setLocale
To set the locale of the ResourceBundle- Parameters:
l
-- Throws:
Exception
-