|
|||||||||||
| 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
pt.moredata.dao.AmbiguousTableException
This is an exception that is thrown whenever a method that do not specified a table name is executed in a multiple table DataAccessObject. Company MoreData
| Constructor Summary | |
AmbiguousTableException()
Creates a new instance of AmbiguousTableException |
|
AmbiguousTableException(java.lang.String message)
Creates a new instance of AmbiguousTableException |
|
| 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 |
public AmbiguousTableException()
public AmbiguousTableException(java.lang.String message)
message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||