Skip navigation links

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


oracle.tip.pc.services.identity
Class BPMAttributeException

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
                      extended by oracle.tip.pc.services.common.ServiceException
                          extended by oracle.tip.pc.services.identity.BPMIdentityException
                              extended by oracle.tip.pc.services.identity.BPMAttributeException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BPMUnsupportedAttributeException

public class BPMAttributeException
extends BPMIdentityException

BPMAttributeException is a checked exception. This is throwm if an attribute is not in the expected format or is not supprted. See also BPMUnsupportedAttributeException

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.tip.pc.services.identity.BPMIdentityException
IDENTITY_SERVICE_FAULT_NAME, PAYLOAD_PART_NAME

 

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
BPMAttributeException(int err)
          Constructor
BPMAttributeException(int err, java.lang.Object[] objs)
          Constructor
BPMAttributeException(int err, java.lang.Object[] objs, java.lang.Throwable t)
          Constructor
BPMAttributeException(int err, java.lang.Throwable t)
          Constructor A generic constructor that can be used wrap around generic Exceptions.
BPMAttributeException(PCException pce)
          Constructor Can be used wrap around PCException.
BPMAttributeException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
          Constructor Can be used wrap around PCRuntimeException.
BPMAttributeException(java.lang.Throwable t, int component)
          Constructor

 

Method Summary

 

Methods inherited from class oracle.tip.pc.services.identity.BPMIdentityException
getFaultName, getPart, getParts, setParts

 

Methods inherited from class oracle.tip.pc.infra.exception.PCException
getComponent, getDomainId, getProcessName, getProcessRevision, setLocale, setPropertyBundleName, setPropertyBundleName

 

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

BPMAttributeException

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

BPMAttributeException

public BPMAttributeException(int err,
                             java.lang.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.

BPMAttributeException

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

BPMAttributeException

public BPMAttributeException(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.

BPMAttributeException

public BPMAttributeException(java.lang.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.

BPMAttributeException

public BPMAttributeException(int err,
                             java.lang.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

BPMAttributeException

public BPMAttributeException(int err,
                             java.lang.Object[] objs,
                             java.lang.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.

Skip navigation links

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


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