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:
Serializable

public class CommunicationException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

CommunicationException

public CommunicationException()

CommunicationException

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

CommunicationException

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

CommunicationException

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


Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.