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

public class ServiceException extends PCException
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:
  • Constructor Details

    • ServiceException

      public ServiceException(int err)
      Constructor
      Parameters:
      err - an error code
    • ServiceException

      public ServiceException(int err, Throwable t)
      Constructor
      Parameters:
      err - an error code
      t - a Throwable object
    • ServiceException

      public ServiceException(PCException pce)
      Constructor
      Parameters:
      pce - a PCException exception
    • ServiceException

      public ServiceException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
      Constructor
      Parameters:
      pcre - a PCRuntimeException exception
    • ServiceException

      public ServiceException(Throwable t, int component)
      Constructor
      Parameters:
      t - a Throwable object
    • ServiceException

      public ServiceException(int err, Object[] objs)
      Constructor
      Parameters:
      err - an error code
      objs - an array of Objects used for message parameters
    • ServiceException

      public ServiceException(int err, Object[] objs, Throwable t)
      Constructor
      Parameters:
      err - an error code
      objs - an array of Objects used for message parameters
      t - a Throwable object
  • Method Details

    • getFaultName

      public String getFaultName()
      Get the fault name corresponding to the exception
      Returns:
      String faultName
    • getPart

      public Object getPart(String s)
      Get the part corresponding to the part name
      Returns:
      Object Part corresponding to the part name
    • getParts

      public Map getParts()
      Get the parts in the message
      Returns:
      Map The parts with the part name as the key and the value