|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.jbo.JboWarning
oracle.jbo.JboException
oracle.jbo.DMLException
oracle.jbo.BatchDMLException
public class BatchDMLException
Indicates a failure to post data to a database.
Field Summary |
---|
Fields inherited from class oracle.jbo.DMLException |
---|
DML_COMMIT, DML_DELETE, DML_INSERT, DML_RELEASE_SAVEPOINT, DML_ROLLBACK, DML_ROLLBACK_TO_SAVEPOINT, DML_SAVEPOINT, DML_UPDATE |
Fields inherited from class oracle.jbo.JboException |
---|
mHasPeerException |
Fields inherited from class oracle.jbo.JboWarning |
---|
mHelper, SEVERITY_ERROR, SEVERITY_RECOVERABLE_ERROR, SEVERITY_VETOABLE_WARNING, SEVERITY_WARNING |
Constructor Summary | |
---|---|
BatchDMLException(java.util.ArrayList exceptions) Creates an exception to be localized using CSMessageBundle and error code EXC_DML_POST_ENTITY . |
Method Summary | |
---|---|
int |
getOperation() |
static java.lang.String |
getOperationString(int operation) |
Methods inherited from class oracle.jbo.DMLException |
---|
getEntityRow, getEntityRowHandle, getRowKey, setEntityRow, setEntityRowHandle |
Methods inherited from class oracle.jbo.JboException |
---|
addToDetails, addToExceptions, containsException, doEntityToVOMapping, getExceptions, getSource, hasPeerExceptions, needsEntityToVOMapping, printStackTrace, printStackTrace, printStackTrace, setApplicationModule, setDetails, setExceptions, setNeedsEntityToVOMapping, setSource |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BatchDMLException(java.util.ArrayList exceptions)
CSMessageBundle
and error code EXC_DML_POST_ENTITY
.
exceptions
- the exceptions that spawned this exception, to be added to the details list.Method Detail |
---|
public int getOperation()
getOperation
in class DMLException
public static java.lang.String getOperationString(int operation)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |