This commit is contained in:
Lucio Lelii 2016-11-14 17:03:31 +00:00
parent 8f3287a6f6
commit ea17d5b6cf
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class DefaultAuthorizationProxy implements AuthorizationProxy {
}
@Override
public String resolveTokenByUserAndContext(String user, String context) throws Exception {
public String resolveTokenByUserAndContext(String user, String context) throws ObjectNotFound, Exception {
String methodPath = "/token/";