org.kuali.rice.kns.exception
Class ReferentialIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kns.exception.ReferentialIntegrityException
- All Implemented Interfaces:
- Serializable
public class ReferentialIntegrityException
- extends RuntimeException
Kuali can throw this when the database contains a nonexistent relation. The database should have referential integrity
constraints that would prevent this from ever happening. Therefore Kuali is not obliged to generally check for this and throw,
but it can.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReferentialIntegrityException
public ReferentialIntegrityException(String message)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.