com.businessobjects.sdk.biar.om
Class BatchOMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.businessobjects.sdk.biar.BIARException
              extended by com.businessobjects.sdk.biar.om.OMException
                  extended by com.businessobjects.sdk.biar.om.BatchOMException
All Implemented Interfaces:
java.io.Serializable

public class BatchOMException
extends OMException

Because some IObjectManager operations are multithreaded a situation can arise where multiple exceptions are thrown in a number of threads more or less simultaenously (or as close to it as can be in a system of multiple threads in relatively loose synchronization). In such circumstances a BatchOMException will be thrown.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.businessobjects.sdk.biar.om.OMException
OMException.CESDKException, OMException.ExceptionWrapper, OMException.StorageException
 
Nested classes/interfaces inherited from class com.businessobjects.sdk.biar.BIARException
BIARException.EngineException, BIARException.IOException, BIARException.SDKException
 
Constructor Summary
BatchOMException(java.util.List exceptions)
           
 
Method Summary
 java.lang.String getDetailMessage(java.util.Locale locale)
           
 java.util.List getExceptions()
           
 java.lang.String getMessage(java.util.Locale locale)
           
 void rethrow()
           
 
Methods inherited from class com.businessobjects.sdk.biar.BIARException
adapt, getDetailMessage, getErrorCodeString, getMessage, serialize
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchOMException

public BatchOMException(java.util.List exceptions)
Method Detail

getExceptions

public java.util.List getExceptions()

getMessage

public java.lang.String getMessage(java.util.Locale locale)
Overrides:
getMessage in class BIARException

getDetailMessage

public java.lang.String getDetailMessage(java.util.Locale locale)
Overrides:
getDetailMessage in class BIARException

rethrow

public void rethrow()
             throws OMException
Specified by:
rethrow in class OMException
Throws:
OMException