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.sim.kiem.KiemMasterException

public class KiemMasterException
extends Exception

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

Rating yellow
(2009-01-15)

Constructor Summary
KiemMasterException(String message)
          Instantiates a new KiemMasterException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, 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