Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization
Class BPMOrganizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.bpm.services.common.exception.BPMException
              extended by oracle.bpm.services.organization.BPMOrganizationException

All Implemented Interfaces:
java.io.Serializable

public class BPMOrganizationException
extends BPMException

BPMOrganizationException is thrown to indicate exception in Organizational service.

See Also:
Serialized Form

Constructor Summary
BPMOrganizationException(BPMExceptionContext exCtx)
          Creates a new BPMOrganizationException instance.
BPMOrganizationException(java.lang.Exception e)
           
BPMOrganizationException(int errorCode, java.lang.Object[] objs)
           
BPMOrganizationException(int errorCode, java.lang.Object[] objs, java.lang.Exception e)
          Creates a new BPMException instance.
BPMOrganizationException(Severity severity, int errorCode, java.lang.Object[] objs)
          Creates a new BPMException instance.
BPMOrganizationException(Severity severity, int errorCode, java.lang.Object[] objs, java.lang.Throwable t)
          Creates a new BPMException instance.

 

Method Summary

 

Methods inherited from class oracle.bpm.services.common.exception.BPMException
getComponent, getDescription, getErrorArgs, getErrorCode, getExceptionContext, getLocalizedMessage, getMessage, getName, getRootCause, setLocale, setPropertyBundleName, setPropertyBundleName, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BPMOrganizationException

public BPMOrganizationException(java.lang.Exception e)

BPMOrganizationException

public BPMOrganizationException(BPMExceptionContext exCtx)
Creates a new BPMOrganizationException instance.
Parameters:
exCtx - BPMExceptionContext value

BPMOrganizationException

public BPMOrganizationException(int errorCode,
                                java.lang.Object[] objs)

BPMOrganizationException

public BPMOrganizationException(int errorCode,
                                java.lang.Object[] objs,
                                java.lang.Exception e)
Creates a new BPMException instance.
Parameters:
errorCode - an int value
objs - a java.lang.Object[] value

BPMOrganizationException

public BPMOrganizationException(Severity severity,
                                int errorCode,
                                java.lang.Object[] objs)
Creates a new BPMException instance.
Parameters:
severity - a Severity value
errorCode - an int value
objs - a java.lang.Object[] value

BPMOrganizationException

public BPMOrganizationException(Severity severity,
                                int errorCode,
                                java.lang.Object[] objs,
                                java.lang.Throwable t)
Creates a new BPMException instance.
Parameters:
severity - a Severity value
errorCode - an int value
objs - a java.lang.Object[] value
t - a java.lang.Throwable value

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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