Class java.rmi.RemoteException (1.1)


public class RemoteException extends IOException {
  // Public Constructors
    public RemoteException( );  // Empty
    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( )
}