darx
Class DarxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by darx.DarxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DarxMalformedURLException, IllegalLeaderRemovalException, IllegalReplicationException, InexistentNameException, NoMoreReplicantsException, UnknownReplicantException

public class DarxException
extends java.rmi.RemoteException

This is the generic exception for DARX events.
Exceptions which are specific to DARX must extend this class.

See Also:
InexistentNameException, DarxMalformedURLException, NoMoreReplicantsException, UnknownReplicantException, Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
DarxException()
           
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

DarxException

public DarxException()