Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.tip.pc.infra.exception
Class PCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.tip.pc.infra.exception.collaxa.ServerException
              extended by oracle.tip.pc.infra.exception.collaxa.CubeException
                  extended by oracle.tip.pc.infra.exception.PCException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceException, WorklistServiceException

public class PCException
extends oracle.tip.pc.infra.exception.collaxa.CubeException
implements java.io.Serializable
See Also:
Serialized Form

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
PCException(int err)
           
PCException(int err, int componentId, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
PCException(int err, java.lang.Object[] objs)
           
PCException(int err, java.lang.Object[] objs, java.lang.Object[] context)
           
PCException(int err, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
PCException(int err, java.lang.Object[] objs, java.lang.Throwable t)
           
PCException(int err, java.lang.Throwable t)
           
PCException(PCException pce)
           
PCException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err, int componentId, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err, java.lang.Object[] objs)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err, java.lang.Object[] objs, java.lang.Object[] context)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err, java.lang.Object[] objs, java.lang.Object[] context, java.lang.Throwable t)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err, java.lang.Object[] objs, java.lang.Throwable t)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, int err, java.lang.Throwable t)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, PCException pce)
           
PCException(java.lang.String procName, java.lang.String procRev, java.lang.String domainId, oracle.tip.pc.infra.exception.PCRuntimeException pcre)
           
PCException(java.lang.Throwable t)
          Deprecated. Use PCException(Throwable, int) Instead When this exception is thrown, it is not logged!
PCException(java.lang.Throwable t, int component)
           

 

Method Summary
 int getComponent()
           
 java.lang.String getDomainId()
           
 java.lang.String getProcessName()
           
 java.lang.String getProcessRevision()
           
static void setLocale(java.util.Locale l)
          To set the locale of the ResourceBundle
static void setPropertyBundleName(java.lang.String name)
           
static void setPropertyBundleName(java.lang.String name, java.util.Locale locale)
          To set the resource bundle

 

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

PCException

public PCException(int err)

PCException

public PCException(int err,
                   java.lang.Throwable t)

PCException

public PCException(PCException pce)

PCException

public PCException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)

PCException

public PCException(java.lang.Throwable t)
Deprecated. Use PCException(Throwable, int) Instead When this exception is thrown, it is not logged!
Parameters:
t -

PCException

public PCException(java.lang.Throwable t,
                   int component)

PCException

public PCException(int err,
                   java.lang.Object[] objs)

PCException

public PCException(int err,
                   java.lang.Object[] objs,
                   java.lang.Throwable t)

PCException

public PCException(int err,
                   java.lang.Object[] objs,
                   java.lang.Object[] context)

PCException

public PCException(int err,
                   java.lang.Object[] objs,
                   java.lang.Object[] context,
                   java.lang.Throwable t)

PCException

public PCException(int err,
                   int componentId,
                   java.lang.Object[] objs,
                   java.lang.Object[] context,
                   java.lang.Throwable t)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err,
                   java.lang.Throwable t)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   PCException pce)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   oracle.tip.pc.infra.exception.PCRuntimeException pcre)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err,
                   java.lang.Object[] objs)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err,
                   java.lang.Object[] objs,
                   java.lang.Throwable t)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err,
                   java.lang.Object[] objs,
                   java.lang.Object[] context)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err,
                   java.lang.Object[] objs,
                   java.lang.Object[] context,
                   java.lang.Throwable t)

PCException

public PCException(java.lang.String procName,
                   java.lang.String procRev,
                   java.lang.String domainId,
                   int err,
                   int componentId,
                   java.lang.Object[] objs,
                   java.lang.Object[] context,
                   java.lang.Throwable t)

Method Detail

getComponent

public int getComponent()

getProcessName

public java.lang.String getProcessName()

getProcessRevision

public java.lang.String getProcessRevision()

getDomainId

public java.lang.String getDomainId()

setPropertyBundleName

public static void setPropertyBundleName(java.lang.String name,
                                         java.util.Locale locale)
                                  throws java.lang.Exception
To set the resource bundle
Parameters:
locale -
name -
Throws:
java.lang.Exception

setPropertyBundleName

public static void setPropertyBundleName(java.lang.String name)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

setLocale

public static void setLocale(java.util.Locale l)
                      throws java.lang.Exception
To set the locale of the ResourceBundle
Parameters:
l -
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.