de.cau.cs.kieler.krep.evalbench.comm
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.core.KielerException
de.cau.cs.kieler.krep.evalbench.comm.CommunicationException
- All Implemented Interfaces:
- Serializable
public class CommunicationException
- extends KielerException
Exception used by the communication protocols.
- See Also:
- Serialized Form
- Rating

- (2010-02-05) review by cmot, msp, tam
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommunicationException
public CommunicationException(String message)
- Creates a communication exception with given message.
- Parameters:
message
- message to be stored