org.javalite.activejdbc.associations
Class NotAssociatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.javalite.activejdbc.DBException
                  extended by org.javalite.activejdbc.associations.NotAssociatedException
All Implemented Interfaces:
Serializable

public class NotAssociatedException
extends DBException

Author:
Igor Polevoy
See Also:
Serialized Form

Constructor Summary
NotAssociatedException(String table1, String table2)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NotAssociatedException

public NotAssociatedException(String table1,
                              String table2)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class DBException


Copyright © 2015 JavaLite. All rights reserved.