We don't yet throw an exception here in AdminProvider (yet), but I want to downstream

in yohoho's overriden version of this, so announce we're capable of it here.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5664 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2009-02-23 21:59:32 +00:00
parent 41003c6059
commit b6c130c91b
@@ -22,6 +22,7 @@
package com.threerings.admin.server;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException;
import com.threerings.presents.server.InvocationManager;
import com.threerings.presents.server.InvocationProvider;
@@ -47,6 +48,7 @@ public class AdminProvider implements InvocationProvider
* Handles a request for the list of config objects.
*/
public void getConfigInfo (ClientObject caller, AdminService.ConfigInfoListener listener)
throws InvocationException
{
// we don't have to validate the request because the user can't do anything with the keys
// or oids unless they're an admin (we put the burden of doing that checking on the creator