ermi
Class RemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ermi.RemoteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionException, NotBoundException, TimeoutException

public class RemoteException
extends java.lang.Exception
implements java.io.Serializable

A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call. Each method of a remote interface, an interface that extends ermi.Remote, must list ERemoteException in its throws clause.

See Also:
Serialized Form

Constructor Summary
RemoteException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException(java.lang.String msg)