improve exception handling

This commit is contained in:
Sebastian Sdorra
2011-05-12 19:36:10 +02:00
parent 8c2a383b2b
commit 883b9f1a3c
15 changed files with 486 additions and 146 deletions

View File

@@ -50,9 +50,7 @@ public interface ScmClientProvider
*
* @return
*
* @throws ScmClientException
*/
public ScmClientSession createSession(String url, String username,
String password)
throws ScmClientException;
String password);
}