de.uniba.wiai.lspi.chord.com
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uniba.wiai.lspi.chord.com.CommunicationException
- All Implemented Interfaces:
- Serializable
public class CommunicationException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.