de.cau.cs.kieler.krep.evalbench.comm
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.core.KielerException
              extended by 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 yellow
(2010-02-05) review by cmot, msp, tam

Constructor Summary
CommunicationException(String message)
          Creates a communication exception with given message.
 
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(String message)
Creates a communication exception with given message.

Parameters:
message - message to be stored