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:
  • Constructor Details

    • PCException

      public PCException(int err)
    • PCException

      public PCException(int err, Throwable t)
    • PCException

      public PCException(PCException pce)
    • PCException

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

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

      public PCException(Throwable t, int component)
    • PCException

      public PCException(int err, Object[] objs)
    • PCException

      public PCException(int err, Object[] objs, Throwable t)
    • PCException

      public PCException(int err, Object[] objs, Object[] context)
    • PCException

      public PCException(int err, Object[] objs, Object[] context, Throwable t)
    • PCException

      public PCException(int err, int componentId, Object[] objs, Object[] context, Throwable t)
    • PCException

      public PCException(String procName, String procRev, String domainId, int err)
    • PCException

      public PCException(String procName, String procRev, String domainId, int err, Throwable t)
    • PCException

      public PCException(String procName, String procRev, String domainId, PCException pce)
    • PCException

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

      public PCException(String procName, String procRev, String domainId, int err, Object[] objs)
    • PCException

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

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

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

      public PCException(String procName, String procRev, String domainId, int err, int componentId, Object[] objs, Object[] context, Throwable t)
  • Method Details

    • getComponent

      public int getComponent()
    • getProcessName

      public String getProcessName()
    • getProcessRevision

      public String getProcessRevision()
    • getDomainId

      public String getDomainId()
    • setPropertyBundleName

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

      public static void setPropertyBundleName(String name) throws Exception
      Throws:
      Exception
    • setLocale

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