de.cau.cs.kieler.sim.kiem
Class KiemMasterException

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.sim.kiem.KiemMasterException
All Implemented Interfaces:
Serializable

public class KiemMasterException
extends KielerException

The Class KiemMasterException. This Exception is thrown by the DataComponent implementation if a non-master DataComponent tries to access the master~ methods.

See Also:
Serialized Form
Rating yellow
(2009-01-15)

Constructor Summary
KiemMasterException(String message)
          Instantiates a new KiemMasterException.
 
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

KiemMasterException

public KiemMasterException(String message)
Instantiates a new KiemMasterException.

Parameters:
message - the message of this Exception to display to the user