Changed validate to throw SQLException instead of ThdlUserRepositoryException.
This commit is contained in:
parent
4c15668077
commit
cad7a621d2
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue