easypastry.dht
Class DHTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by easypastry.dht.DHTException
All Implemented Interfaces:
java.io.Serializable

public class DHTException
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
DHTException(java.lang.Exception ex)
           
DHTException(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

DHTException

public DHTException(java.lang.Exception ex)

DHTException

public DHTException(java.lang.String msg)