This commit is contained in:
Giancarlo Panichi 2015-01-27 16:44:27 +00:00
parent e0ce6d552a
commit 42af892cce
2 changed files with 2 additions and 2 deletions

View File

@ -3263,7 +3263,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
throw new TDGWTServiceException(SECURITY_EXCEPTION_RIGHTS);
} catch (Throwable e) {
e.printStackTrace();
throw new TDGWTServiceException("Error in Client Library Request: "
throw new TDGWTServiceException("Error on Service: "
+ e.getLocalizedMessage());
}
}

View File

@ -351,7 +351,7 @@ public class BackgroundOperationMonitorCreator {
SECURITY_EXCEPTION_RIGHTS);
} catch (Throwable e) {
e.printStackTrace();
throw new TDGWTServiceException("Error in Client Library Request: "
throw new TDGWTServiceException("Error on Service: "
+ e.getLocalizedMessage());
}
}