|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
| 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.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:
| Field Summary |
| Fields inherited from class oracle.jbo.JboException |
mHasPeerException |
| Constructor Summary | |
TooManyObjectsException(Key primaryKey)
Deprecated. since 9.0.4 use TooManyObjectsException(String fullName, Key primaryKey) |
|
TooManyObjectsException(java.lang.String fullName,
Key primaryKey)
|
|
| Method Summary | |
Key |
getKey()
|
java.lang.String |
getKeyString()
|
java.lang.String |
getRowDefName()
|
| 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 TooManyObjectsException(Key primaryKey)
public TooManyObjectsException(java.lang.String fullName,
Key primaryKey)
fullName - for the row definition that generates this exceptionprimaryKey - for which this exception is thrown.| Method Detail |
public java.lang.String getRowDefName()
public java.lang.String getKeyString()
public Key getKey()
|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.