com.businessobjects.sdk.biar.om
Class BatchOMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.businessobjects.sdk.biar.BIARException
com.businessobjects.sdk.biar.om.OMException
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
| 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 |
BatchOMException
public BatchOMException(java.util.List exceptions)
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