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

oracle.bpm.services.processmetadata
Class ProcessMetadataServiceException

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.processmetadata.ProcessMetadataServiceException
All Implemented Interfaces:
java.io.Serializable

public class ProcessMetadataServiceException
extends BPMException

See Also:
Serialized Form

Constructor Summary
ProcessMetadataServiceException(BPMExceptionContext exCtx)
          Creates a new ProcessMetadataServiceException instance.
ProcessMetadataServiceException(java.lang.Exception e)
           
ProcessMetadataServiceException(int errorCode, java.lang.Object[] objs)
           
ProcessMetadataServiceException(int errorCode, java.lang.Object[] objs, java.lang.Exception e)
          Creates a new BPMException instance.
ProcessMetadataServiceException(Severity severity, int errorCode, java.lang.Object[] objs)
          Creates a new BPMException instance.
ProcessMetadataServiceException(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

ProcessMetadataServiceException

public ProcessMetadataServiceException(java.lang.Exception e)

ProcessMetadataServiceException

public ProcessMetadataServiceException(BPMExceptionContext exCtx)
Creates a new ProcessMetadataServiceException instance.

Parameters:
exCtx - BPMExceptionContext value

ProcessMetadataServiceException

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

ProcessMetadataServiceException

public ProcessMetadataServiceException(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

ProcessMetadataServiceException

public ProcessMetadataServiceException(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

ProcessMetadataServiceException

public ProcessMetadataServiceException(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

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

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