|
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.TooManyObjectsException
Thrown when more objects than expected are found.
This usually indicates that an Entity Object row has a duplicate primary key, and can occur in these situations:
Fields inherited from class oracle.jbo.JboException |
mHasPeerException |
Constructor Summary |
TooManyObjectsException(Key primaryKey)
Constructs a new instance. |
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 TooManyObjectsException(Key primaryKey)
primaryKey
- the primary key of the entity row which caused
the conflict.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |