Pass a message along with a FailureResponse.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4819 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-08-22 01:15:39 +00:00
parent 9a150ebcda
commit 810969f6f9
6 changed files with 26 additions and 17 deletions
@@ -820,7 +820,7 @@ public class PresentsClient
// from interface ProxySubscriber
public void requestFailed (int oid, ObjectAccessException cause)
{
postMessage(new FailureResponse(oid));
postMessage(new FailureResponse(oid, cause.getMessage()));
}
// from interface ProxySubscriber