|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.jbo.JboException | +--oracle.jbo.DMLException | +--oracle.jbo.BatchDMLException
Indicates a failure to post data to a database.
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 |
Constructor Summary | |
BatchDMLException(com.sun.java.util.collections.ArrayList exceptions)
Creates an exception to be localized using CSMessageBundle |
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 java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BatchDMLException(com.sun.java.util.collections.ArrayList exceptions)
CSMessageBundle
and error code EXC_DML_POST_ENTITY
.
- Parameters:
operation
- the attempted operation.stmt
- the DML statement, the first message parameter.ex
- the exception 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)
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |