org.kuali.rice.kns.exception
Class ReferentialIntegrityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ReferentialIntegrityException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferentialIntegrityException

public ReferentialIntegrityException(String message)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.