de.uniba.wiai.lspi.chord.com
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.uniba.wiai.lspi.chord.com.CommunicationException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationException
extends java.lang.Exception

Version:
1.0.5
Author:
sven
See Also:
Serialized Form

Constructor Summary
CommunicationException()
           
CommunicationException(java.lang.String message)
           
CommunicationException(java.lang.String message, java.lang.Throwable cause)
           
CommunicationException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunicationException

public CommunicationException()

CommunicationException

public CommunicationException(java.lang.String message)
Parameters:
message - A message describing this exception.

CommunicationException

public CommunicationException(java.lang.Throwable cause)
Parameters:
cause - The Throwable that caused this Exception.

CommunicationException

public CommunicationException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message - A message describing this exception.
cause - The Throwable that caused this Exception.