Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Class BPMUnsupportedAttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oracle.bpel.client.ServerException
              extended bycom.collaxa.cube.CubeException
                  extended byoracle.tip.pc.infra.exception.PCException
                      extended byoracle.tip.pc.services.identity.BPMUnsupportedAttributeException

All Implemented Interfaces:
java.io.Serializable

public class BPMUnsupportedAttributeException
extends PCException

BPMUnsupportedAttributeException is a check exception. It is trown when unsupported attribute is used

See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.collaxa.cube.CubeException
DEFAULT_EXCEPTION_TYPE, DEFAULT_SEVERITY, EXCEPTION_TYPE_ERROR, EXCEPTION_TYPE_INFORMATION, EXCEPTION_TYPE_SECURITY, EXCEPTION_TYPE_SYSTEM, EXCEPTION_TYPE_WARNING

 

Constructor Summary
BPMUnsupportedAttributeException(int err)
          Constructor
BPMUnsupportedAttributeException(int err, java.lang.Object[] objs)
          Constructor
BPMUnsupportedAttributeException(int err, java.lang.Object[] objs, java.lang.Throwable t)
          Constructor
BPMUnsupportedAttributeException(int err, java.lang.Throwable t)
          Constructor
BPMUnsupportedAttributeException(PCException pce)
          Constructor
BPMUnsupportedAttributeException(oracle.tip.pc.infra.exception.PCRuntimeException pcre)
          Constructor
BPMUnsupportedAttributeException(java.lang.Throwable t)
          Constructor

 

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

 

Methods inherited from class com.collaxa.cube.CubeException
convert2ExceptionType, convertFromExceptionType, getContext, getDescription, getExceptionType, getFix, getLocalizedMessage, getMessage, getMessage, getMessage, getMessage, getName, getPrefix, getSeverity, isErrorCodeDefined, main, setContext, setContext, setContext, setDescription, setExceptionType, setFix, setMessageArgs, setName, setPrefix, setResourceBundleName, setSeverity, toString

 

Methods inherited from class com.oracle.bpel.client.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

BPMUnsupportedAttributeException

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

BPMUnsupportedAttributeException

public BPMUnsupportedAttributeException(int err,
                                        java.lang.Throwable t)
Constructor
Parameters:
err - an error code
t - a Throwable object

BPMUnsupportedAttributeException

public BPMUnsupportedAttributeException(PCException pce)
Constructor
Parameters:
pce - a PCException exception

BPMUnsupportedAttributeException

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

BPMUnsupportedAttributeException

public BPMUnsupportedAttributeException(java.lang.Throwable t)
Constructor
Parameters:
t - a Throwable object

BPMUnsupportedAttributeException

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

BPMUnsupportedAttributeException

public BPMUnsupportedAttributeException(int err,
                                        java.lang.Object[] objs,
                                        java.lang.Throwable t)
Constructor
Parameters:
err - an error code
objs - an array of Objects used for message parameters
t - a Throwable object

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.