Java in a Nutshell Online Quick Reference for Java 1.1
CLASS java.rmi.RemoteException
Availability: JDK 1.1
public class RemoteException extends IOException {
   // Public Constructors
      public RemoteException();
      public RemoteException(String s);
      public RemoteException(String s, Throwable ex);
   // Public Instance Variables
      public Throwable detail;
   // Public Instance Methods
      public String getMessage();  // Overrides Throwable.getMessage()
}
- Extended By:
- 
AccessException, 
ConnectException, 
ConnectIOException, 
ExportException, 
MarshalException, 
NoSuchObjectException, 
ServerError, 
ServerException, 
ServerRuntimeException, 
SkeletonMismatchException, 
SkeletonNotFoundException, 
StubNotFoundException, 
UnexpectedException, 
UnknownHostException, 
UnmarshalException.
Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan.
Copyright © 1997 by O'Reilly & Associates.
Casa de Bender