|
|||||||||
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 | +--com.ibm.dse.tools.workbench.base.WorkbenchException | +--com.ibm.dse.tools.workbench.base.RepositoryException | +--com.ibm.dse.tools.workbench.base.RpForeignKeyException
The class RpForeignKeyException
is thrown by the Workbench when trying to set a value
against a database foreign key
Constructor Summary | |
RpForeignKeyException()
Constructs a RpForeignKeyException with no specified detail message. |
|
RpForeignKeyException(Relationship rel)
Constructs a RpForeignKeyException with the violated relationship |
Method Summary | |
Relationship |
getFk()
Gets the relationship |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public RpForeignKeyException()
public RpForeignKeyException(Relationship rel)
rel
- com.ibm.dse.tools.workbench.base.RelationshipMethod Detail |
public Relationship getFk()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |