A class that contains user exceptions returned by the server.
When the client uses the DII to make an invocation, any user exception
returned from the server is enclosed in an Any object contained in the
UnknownUserException object. This is available from the
Environment object returned by the method Request.env . |