|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hivemind.ApplicationRuntimeException
net.sourceforge.hivetranse.exception.DataAccessException
net.sourceforge.hivetranse.exception.DataIntegrityException
net.sourceforge.hivetranse.exception.ReferentialIntegrityException
public class ReferentialIntegrityException
Exception class thrown when a statement (insert, update or delete) could not be executed because it would have caused the violation of a referential constraint (related to a foreign key).
Constructor Summary | |
---|---|
ReferentialIntegrityException(java.lang.String message,
java.lang.Throwable rootCause)
|
Method Summary |
---|
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException |
---|
getCause, getComponent, getLocation, getRootCause, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReferentialIntegrityException(java.lang.String message, java.lang.Throwable rootCause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |