dermi.exception
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dermi.exception.RemoteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionException, NotBoundException, NotSatisfiedException, RegistryNotLoadedException, TimeoutException, UnmatchedAnycallMethodException

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

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

Version:
1.2
Author:
Carles Pairot
See Also:
Serialized Form

Constructor Summary
RemoteException(java.lang.Exception ex)
           
RemoteException(java.lang.String msg)
           
 
Method Summary
 
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.Exception ex)

RemoteException

public RemoteException(java.lang.String msg)