Class BPMIdentityNotFoundException

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

public class BPMIdentityNotFoundException extends BPMIdentityException
BPMIdentityNotFoundException is a check exception. It indicates that the name being specified is not found in the system.
See Also:
  • Field Details

  • Constructor Details

    • BPMIdentityNotFoundException

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

      public BPMIdentityNotFoundException(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.
    • BPMIdentityNotFoundException

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

      public BPMIdentityNotFoundException(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.
    • BPMIdentityNotFoundException

      public BPMIdentityNotFoundException(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.
    • BPMIdentityNotFoundException

      public BPMIdentityNotFoundException(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
    • BPMIdentityNotFoundException

      public BPMIdentityNotFoundException(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
      Overrides:
      setParts in class BPMIdentityException
      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 BPMIdentityException
      Returns:
      String faultName