Changed validate to throw SQLException instead of ThdlUserRepositoryException.

This commit is contained in:
travismccauley 2004-01-06 19:00:04 +00:00
parent 4c15668077
commit cad7a621d2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class ThdlUserRepository
* @return Description of the Return Value * @return Description of the Return Value
* @exception ThdlUserRepositoryException Description of the Exception * @exception ThdlUserRepositoryException Description of the Exception
*/ */
public ThdlUser validate( ThdlUser user, String application ) throws ThdlUserRepositoryException public ThdlUser validate( ThdlUser user, String application ) throws ThdlUserRepositoryException, SQLException
{ {
ThdlUser thdlUser = validate( user ); ThdlUser thdlUser = validate( user );