org.omg.CORBA
Class UnknownUserException

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by java.lang.Throwable sample code for java.lang.Throwable definition code for java.lang.Throwable 
      extended by java.lang.Exception sample code for java.lang.Exception definition code for java.lang.Exception 
          extended by org.omg.CORBA.UserException sample code for org.omg.CORBA.UserException definition code for org.omg.CORBA.UserException 
              extended by org.omg.CORBA.UnknownUserException
All Implemented Interfaces:
Serializable sample code for java.io.Serializable definition code for java.io.Serializable , IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

public final class UnknownUserException
extends UserException sample code for org.omg.CORBA.UserException definition code for org.omg.CORBA.UserException

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.

See Also:
documentation on Java IDL exceptions, Request sample code for org.omg.CORBA.Request definition code for org.omg.CORBA.Request , Serialized Form

Field Summary
 Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any except sample code for org.omg.CORBA.UnknownUserException.except definition code for org.omg.CORBA.UnknownUserException.except
          The Any instance that contains the actual user exception thrown by the server.
 
Constructor Summary
UnknownUserException sample code for org.omg.CORBA.UnknownUserException.UnknownUserException() definition code for org.omg.CORBA.UnknownUserException.UnknownUserException() ()
          Constructs an UnknownUserException object.
UnknownUserException sample code for org.omg.CORBA.UnknownUserException.UnknownUserException(org.omg.CORBA.Any) definition code for org.omg.CORBA.UnknownUserException.UnknownUserException(org.omg.CORBA.Any) (Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  a)
          Constructs an UnknownUserException object that contains the given Any object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable sample code for java.lang.Throwable definition code for java.lang.Throwable
fillInStackTrace sample code for java.lang.Throwable.fillInStackTrace() definition code for java.lang.Throwable.fillInStackTrace() , getCause sample code for java.lang.Throwable.getCause() definition code for java.lang.Throwable.getCause() , getLocalizedMessage sample code for java.lang.Throwable.getLocalizedMessage() definition code for java.lang.Throwable.getLocalizedMessage() , getMessage sample code for java.lang.Throwable.getMessage() definition code for java.lang.Throwable.getMessage() , getStackTrace sample code for java.lang.Throwable.getStackTrace() definition code for java.lang.Throwable.getStackTrace() , initCause sample code for java.lang.Throwable.initCause(java.lang.Throwable) definition code for java.lang.Throwable.initCause(java.lang.Throwable) , printStackTrace sample code for java.lang.Throwable.printStackTrace() definition code for java.lang.Throwable.printStackTrace() , printStackTrace sample code for java.lang.Throwable.printStackTrace(java.io.PrintStream) definition code for java.lang.Throwable.printStackTrace(java.io.PrintStream) , printStackTrace sample code for java.lang.Throwable.printStackTrace(java.io.PrintWriter) definition code for java.lang.Throwable.printStackTrace(java.io.PrintWriter) , setStackTrace sample code for java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[]) definition code for java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[]) , toString sample code for java.lang.Throwable.toString() definition code for java.lang.Throwable.toString()
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

except sample code for org.omg.CORBA.UnknownUserException.except

public Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  except
The Any instance that contains the actual user exception thrown by the server.

Constructor Detail

UnknownUserException sample code for org.omg.CORBA.UnknownUserException() definition code for org.omg.CORBA.UnknownUserException()

public UnknownUserException()
Constructs an UnknownUserException object.


UnknownUserException sample code for org.omg.CORBA.UnknownUserException(org.omg.CORBA.Any) definition code for org.omg.CORBA.UnknownUserException(org.omg.CORBA.Any)

public UnknownUserException(Any sample code for org.omg.CORBA.Any definition code for org.omg.CORBA.Any  a)
Constructs an UnknownUserException object that contains the given Any object.