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( ) }