# File gofer/messaging/async.rb, line 119
  def initialize(envelope)
    super(envelope)
    reply = Return.new(envelope[:result])
    @exval = RemoteException.new(reply.exval)
  end