|  AccessException
                
                
                    View Source | An AccessExceptionis thrown by certain methods of thejava.rmi.Namingclass (specificallybind,rebind, andunbind) and methods of thejava.rmi.activation.ActivationSysteminterface to
 indicate that the caller does not have permission to perform the action
 requested by the method call. | 
      
        |  AlreadyBoundException
                
                
                    View Source | An AlreadyBoundExceptionis thrown if an attempt
 is made to bind an object in the registry to a name that already
 has an associated binding. | 
      
        |  ConnectException
                
                
                    View Source | A ConnectExceptionis thrown if a connection is refused
 to the remote host for a remote method call. | 
      
        |  ConnectIOException
                
                
                    View Source | A ConnectIOExceptionis thrown if anIOExceptionoccurs while making a connection
 to the remote host for a remote method call. | 
      
        |  MarshalException
                
                
                    View Source | A MarshalExceptionis thrown if ajava.io.IOExceptionoccurs while marshalling the remote call
 header, arguments or return value for a remote method call. | 
      
        |  MarshalledObject
                
                
                    View Source | A MarshalledObjectcontains a byte stream with the serialized
 representation of an object given to its constructor. | 
      
        |  Naming
                
                
                    View Source | The Namingclass provides methods for storing and obtaining
 references to remote objects in a remote object registry. | 
      
        |  NoSuchObjectException
                
                
                    View Source | A NoSuchObjectExceptionis thrown if an attempt is made to
 invoke a method on an object that no longer exists in the remote virtual
 machine. | 
      
        |  NotBoundException
                
                
                    View Source | A NotBoundExceptionis thrown if an attempt
 is made to lookup or unbind in the registry a name that has
 no associated binding. | 
      
        |  Remote
                
                
                    View Source | The Remoteinterface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine. | 
      
        |  RemoteException
                
                
                    View Source | A RemoteExceptionis the common superclass for a number of
 communication-related exceptions that may occur during the execution of a
 remote method call. | 
      
        |   
                RMISecurityException
                View Source | An RMISecurityExceptionsignals that a security exception
 has occurred during the execution of one ofjava.rmi.RMISecurityManager's methods. | 
      
        |  RMISecurityManager
                
                
                    View Source | A subclass of SecurityManagerused by RMI applications that use
 downloaded code. | 
      
        |  ServerError
                
                
                    View Source | A ServerErroris thrown as a result of a remote method
 invocation when anErroris thrown while processing
 the invocation on the server, either while unmarshalling the arguments,
 executing the remote method itself, or marshalling the return value. | 
      
        |  ServerException
                
                
                    View Source | A ServerExceptionis thrown as a result of a remote method
 invocation when aRemoteExceptionis thrown while processing
 the invocation on the server, either while unmarshalling the arguments or
 executing the remote method itself. | 
      
        |   
                ServerRuntimeException
                View Source | From a server executing on JDK 1.1, a ServerRuntimeExceptionis thrown as a result of a
 remote method invocation when aRuntimeExceptionis
 thrown while processing the invocation on the server, either while
 unmarshalling the arguments, executing the remote method itself, or
 marshalling the return value. | 
      
        |  StubNotFoundException
                
                
                    View Source | A StubNotFoundExceptionis thrown if a valid stub class
 could not be found for a remote object when it is exported. | 
      
        |  UnexpectedException
                
                
                    View Source | An UnexpectedExceptionis thrown if the client of a
 remote method call receives, as a result of the call, a checked
 exception that is not among the checked exception types declared in thethrowsclause of the method in the remote interface. | 
      
        |  UnknownHostException
                
                
                    View Source | An UnknownHostExceptionis thrown if ajava.net.UnknownHostExceptionoccurs while creating
 a connection to the remote host for a remote method call. | 
      
        |  UnmarshalException
                
                
                    View Source | An UnmarshalExceptioncan be thrown while unmarshalling the
 parameters or results of a remote method call if any of the following
 conditions occur:
 
  if an exception occurs while unmarshalling the call header
  if the protocol for the return value is invalid
  if ajava.io.IOExceptionoccurs unmarshalling
 parameters (on the server side) or the return value (on the client side). |