Class BPMIdentityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.tip.pc.infra.exception.collaxa.ServerException
oracle.tip.pc.infra.exception.collaxa.CubeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BPMAttributeException, BPMAuthenticationException, BPMAuthorizationException, BPMConfigException, BPMIdentityNotFoundException, BPMUnsupportedOperationException

public class BPMIdentityException extends ServiceException
BPMIdentityException is a checked exception. This is thrown when a generic exception condition occurs in the serivce.
See Also:
  • Field Details

  • Constructor Details

    • BPMIdentityException

      public BPMIdentityException(int err)
      Constructor
      Parameters:
      err - An error code pointing to the error message in the resource bundle.
    • BPMIdentityException

      public BPMIdentityException(int err, Throwable t)
      Constructor A generic constructor that can be used wrap around generic Exceptions.
      Parameters:
      err - An error code pointing to the error message in the resource bundle.
      t - A Throwable object. This is usually the internal exception that was caught.
    • BPMIdentityException

      public BPMIdentityException(PCException pce)
      Constructor Can be used wrap around PCException.
      Parameters:
      pce - A PCException exception. This is usually the internal exception that was caught.
    • BPMIdentityException

      public BPMIdentityException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
      Constructor Can be used wrap around PCRuntimeException.
      Parameters:
      pcre - a PCRuntimeException exception. This is usually the internal exception that was caught.
    • BPMIdentityException

      public BPMIdentityException(Throwable t, int component)
      Constructor
      Parameters:
      t - A Throwable object. This is usually the internal exception that was caught.
      component - A pointer to component where the exception condition occured.
    • BPMIdentityException

      public BPMIdentityException(int err, Object[] objs)
      Constructor
      Parameters:
      err - An error code pointing to the error message in the resource bundle.
      objs - An array of Objects used for message parameters
    • BPMIdentityException

      public BPMIdentityException(int err, Object[] objs, Throwable t)
      Constructor
      Parameters:
      err - An error code pointing to the error message in the resource bundle.
      objs - An array of Objects used for message parameters
      t - A Throwable object. This is usually the internal exception that was caught.
  • Method Details

    • setParts

      public void setParts(String reason)
      Set the parts in the message
      Parameters:
      reason - A string describing the reason behind this exception condition
    • getFaultName

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

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

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