org.kuali.student.sonar.database.exception
Class ParentKeysMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.student.sonar.database.exception.FKConstraintException
              extended by org.kuali.student.sonar.database.exception.ParentKeysMissingException
All Implemented Interfaces:
Serializable

public class ParentKeysMissingException
extends FKConstraintException

Created with IntelliJ IDEA. User: lsymms Date: 5/16/13 Time: 9:08 PM Indicates that Orphaned data is preventing a FK Constraint from being created

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.student.sonar.database.exception.FKConstraintException
fkConstraint
 
Constructor Summary
ParentKeysMissingException(ForeignKeyConstraint fkConstraint)
           
 
Method Summary
 
Methods inherited from class org.kuali.student.sonar.database.exception.FKConstraintException
getFkConstraint
 
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

ParentKeysMissingException

public ParentKeysMissingException(ForeignKeyConstraint fkConstraint)


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