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

oracle.bpm.casemgmt
Class CaseServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.bpm.casemgmt.common.exception.AbstractCaseException
              extended by oracle.bpm.casemgmt.CaseServiceException
All Implemented Interfaces:
java.io.Serializable

public class CaseServiceException
extends AbstractCaseException

CaseServiceException is thrown to indicate exception in Case Service.

See Also:
Serialized Form

Constructor Summary
CaseServiceException(int errorCode, java.lang.Object[] objs)
           
CaseServiceException(int errorCode, java.lang.Object[] objs, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class oracle.bpm.casemgmt.common.exception.AbstractCaseException
getArguments, getErrorCode, getLocale, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaseServiceException

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

CaseServiceException

public CaseServiceException(int errorCode,
                            java.lang.Object[] objs,
                            java.lang.Throwable t)

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.