Name

UnknownUserException

Synopsis

This exception class is used to wrap any user exceptions that are thrown during DII remote method calls. If an exception is thrown by the server object during such a call, the client can call the env() method on its Request object to get the requests Environment. The exception contained within the Environment is an UnknownUserException. The actual user exception that the server threw is contained in the except data member of the UnknownUserException, which is an Any object.

                  
public final class UnknownUserException extends UserException {
// Public Constructors
   public UnknownUserException();  
   public UnknownUserException( Any a);  
// Public Instance Fields
   public Any except;  
}

Passed To

UnknownUserExceptionHelper.{insert(), write()}, UnknownUserExceptionHolder.UnknownUserExceptionHolder()

Returned By

UnknownUserExceptionHelper.{extract(), read()}

Type Of

UnknownUserExceptionHolder.value

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.